Skip to content

Commit 3acef12

Browse files
committed
Fix retro
1 parent a06fe99 commit 3acef12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_operator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,10 @@ def test_connection_to_input_is_ambiguous():
585585
dpf.core.operators.min_max.min_max(field=min_max_op_1)
586586

587587

588+
@pytest.mark.skipif(
589+
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0,
590+
reason="extract_scoping unavailable for server version < 5.0",
591+
)
588592
def test_connection_to_input_is_not_ambiguous():
589593
# Ensures that connecting an operator with a single output with multiple types all compatible
590594
# does not raise an ambiguity warning.

0 commit comments

Comments
 (0)