Skip to content

Commit 04a7158

Browse files
authored
test(cff): Change skipif condition for flprj tests (#927)
1 parent 4a2fdfd commit 04a7158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fluid_simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_simulation_str(self, fluent_simulation):
7474

7575
@pytest.mark.skipif(
7676
(not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0) and (os.name == "posix"),
77-
reason="Failing for DPF < 2025 R2 on Linux",
77+
reason="Bug due to gatebin incompatibilities for servers <26.1",
7878
)
7979
def test_simulation_flprj(self):
8080
simulation = post.FluidSimulation(

0 commit comments

Comments
 (0)