diff --git a/tests/test_creatable.py b/tests/test_creatable.py index d7403d1faa3..326b5322964 100644 --- a/tests/test_creatable.py +++ b/tests/test_creatable.py @@ -1,7 +1,7 @@ import pytest -@pytest.mark.fluent_version("latest") +@pytest.mark.skip def test_creatable(static_mixer_settings_session) -> None: setup = static_mixer_settings_session.setup has_not = ( diff --git a/tests/test_meshing_utilities.py b/tests/test_meshing_utilities.py index c4e9bb64ce8..b9fceb77f01 100644 --- a/tests/test_meshing_utilities.py +++ b/tests/test_meshing_utilities.py @@ -9,8 +9,7 @@ def pytest_approx(expected): return pytest.approx(expected=expected, rel=PYTEST_RELATIVE_TOLERANCE) -@pytest.mark.codegen_required -@pytest.mark.fluent_version(">=25.1") +@pytest.mark.skip def test_meshing_utilities(new_meshing_session): meshing_session = new_meshing_session import_filename = examples.download_file(