Skip to content

Commit 150a2a0

Browse files
authored
Update test_cast_workflow_any to also skip on 2025.1.0 (#2024)
1 parent 98fa263 commit 150a2a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_any.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ def test_cast_scoping_any(server_type):
123123

124124

125125
@pytest.mark.skipif(
126-
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_9_1,
127-
reason="for_each not implemented below 8.0. Failing for gRPC CLayer below 9.1 for any.whl",
126+
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0,
127+
reason="for_each not implemented below 8.0. Failing for gRPC CLayer below 10.0 for any.whl",
128128
)
129129
def test_cast_workflow_any(server_type):
130130
entity = dpf.Workflow(server=server_type)

0 commit comments

Comments
 (0)