Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_fluid_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_simulation_str(self, fluent_simulation):

@pytest.mark.skipif(
(not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0) and (os.name == "posix"),
reason="Failing for DPF < 2025 R2 on Linux",
reason="Bug due to gatebin incompatibilities for servers <26.1",
)
def test_simulation_flprj(self):
simulation = post.FluidSimulation(
Expand Down
Loading