Skip to content

Commit

Permalink
skipping Linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb-dev committed Jan 16, 2025
1 parent a5cbc5e commit db5fd35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/general/test_20_HFSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import os
import shutil

from ansys.aedt.core.generic.settings import is_linux
import pytest

from tests import TESTS_GENERAL_PATH
Expand Down Expand Up @@ -1228,6 +1229,7 @@ def test_46_mesh_settings(self):
assert self.aedtapp.mesh.initial_mesh_settings
assert self.aedtapp.mesh.initial_mesh_settings.props

@pytest.mark.skipif(is_linux, reason="Crashes on Linux due to VM configuration.")
def test_47_convert_near_field(self):
example_project = os.path.join(TESTS_GENERAL_PATH, "example_models", "nf_test")
assert os.path.exists(convert_nearfield_data(example_project, output_folder=self.local_scratch.path))
Expand Down

0 comments on commit db5fd35

Please sign in to comment.