Skip to content

Commit

Permalink
Skip test in Linux, simulation is taking too long
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Jan 29, 2025
1 parent 5f2ae81 commit a4ea97a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/solvers/test_45_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ def test_18_via_merging(self, local_scratch):
}
assert main(_input_)

@pytest.mark.skipif(is_linux, reason="Simulation takes too long in Linux machine.")
def test_19_shielding_effectiveness(self, add_app, local_scratch):
aedtapp = add_app(application=ansys.aedt.core.Hfss, project_name="se")

Expand Down

0 comments on commit a4ea97a

Please sign in to comment.