Skip to content

Commit

Permalink
Update test_cast_workflow_any to also skip on 2025.1.0 (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Jan 21, 2025
1 parent 98fa263 commit 150a2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_any.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def test_cast_scoping_any(server_type):


@pytest.mark.skipif(
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_9_1,
reason="for_each not implemented below 8.0. Failing for gRPC CLayer below 9.1 for any.whl",
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0,
reason="for_each not implemented below 8.0. Failing for gRPC CLayer below 10.0 for any.whl",
)
def test_cast_workflow_any(server_type):
entity = dpf.Workflow(server=server_type)
Expand Down

0 comments on commit 150a2a0

Please sign in to comment.