Skip to content

Commit

Permalink
prova
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Oct 12, 2023
1 parent 5e802bf commit 52642d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_integration_1():
@pytest.mark.skipif(not shutil.which("SU2_CFD"), reason="SU2_CFD not installed")
def test_integration_2():

modules_to_run = ["CPACS2SUMO", "SUMOAutoMesh", "SU2Run", "ExportCSV"]
modules_to_run = ["CPACS2SUMO", "SUMOAutoMesh", "SU2Run"]

with change_working_dir(WORKFLOW_TEST_DIR):
run_modules_list([str(CPACS_IN_PATH), *modules_to_run])
Expand Down

0 comments on commit 52642d4

Please sign in to comment.