From a4ea97afb3a5c6046593e44737ae73bd56ea9d6f Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Wed, 29 Jan 2025 12:44:26 +0100 Subject: [PATCH] Skip test in Linux, simulation is taking too long --- tests/system/solvers/test_45_workflows.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/solvers/test_45_workflows.py b/tests/system/solvers/test_45_workflows.py index a3cca655499..f367f11c272 100644 --- a/tests/system/solvers/test_45_workflows.py +++ b/tests/system/solvers/test_45_workflows.py @@ -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")