Skip to content

Commit

Permalink
test: Activate 2d meshing tests for 25 R1
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Sep 9, 2024
1 parent ecf0749 commit 86ba841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_meshing_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_old_workflow_structure(new_meshing_session):

@pytest.mark.nightly
@pytest.mark.codegen_required
@pytest.mark.fluent_version("==24.2")
@pytest.mark.fluent_version(">=24.2")
def test_new_2d_meshing_workflow(new_meshing_session):
# Import geometry
import_file_name = examples.download_file("NACA0012.fmd", "pyfluent/airfoils")
Expand Down
2 changes: 1 addition & 1 deletion tests/test_new_meshing_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def test_new_fault_tolerant_workflow(new_meshing_session):

@pytest.mark.nightly
@pytest.mark.codegen_required
@pytest.mark.fluent_version("==24.2")
@pytest.mark.fluent_version(">=24.2")
def test_new_2d_meshing_workflow(new_meshing_session):
# Import geometry
import_file_name = examples.download_file("NACA0012.fmd", "pyfluent/airfoils")
Expand Down

0 comments on commit 86ba841

Please sign in to comment.