We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186a547 commit 1476226Copy full SHA for 1476226
tests/test_creatable.py
@@ -1,7 +1,7 @@
1
import pytest
2
3
4
-@pytest.mark.fluent_version("latest")
+@pytest.mark.skip
5
def test_creatable(static_mixer_settings_session) -> None:
6
setup = static_mixer_settings_session.setup
7
has_not = (
tests/test_meshing_utilities.py
@@ -9,8 +9,7 @@ def pytest_approx(expected):
9
return pytest.approx(expected=expected, rel=PYTEST_RELATIVE_TOLERANCE)
10
11
12
-@pytest.mark.codegen_required
13
-@pytest.mark.fluent_version(">=25.1")
14
def test_meshing_utilities(new_meshing_session):
15
meshing_session = new_meshing_session
16
import_filename = examples.download_file(
0 commit comments