Skip to content

Commit 28b5513

Browse files
authored
Merge branch 'master' into feat/improve-pr-doc-deployment-with-labeling-strategy
2 parents cb8ddd9 + 6b08232 commit 28b5513

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)