Skip to content

Commit

Permalink
Skip tests for patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Oct 9, 2024
1 parent 186a547 commit 1476226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_creatable.py
Original file line number Diff line number Diff line change
@@ -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 = (
Expand Down
3 changes: 1 addition & 2 deletions tests/test_meshing_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1476226

Please sign in to comment.