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.
2 parents cb8ddd9 + 6b08232 commit 28b5513Copy full SHA for 28b5513
tests/operators/test_change_shell_layers.py
@@ -32,9 +32,8 @@
32
33
34
@pytest.mark.skipif(
35
- condition=(not meets_version(get_server_version(dpf.SERVER), meets="9.0"))
36
- and os.name == "posix",
37
- reason="Failure under investigation on Ubuntu for DPF 24R2 and older (Issue #2424)",
+ os.name == "posix",
+ reason="Failure under investigation on Ubuntu (Issue #2424)",
38
)
39
def test_operator_change_shell_layers_connect_enum(server_type):
40
model = dpf.Model(
0 commit comments