Skip to content

Commit add55fb

Browse files
authored
test: skip test_change_shell_layers
1 parent 30b4da8 commit add55fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/operators/test_change_shell_layers.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@
3232

3333

3434
@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)",
35+
os.name == "posix",
36+
reason="Failure under investigation on Ubuntu (Issue #2424)",
3837
)
3938
def test_operator_change_shell_layers_connect_enum(server_type):
4039
model = dpf.Model(

0 commit comments

Comments
 (0)