Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_8_0,
reason="Requires 24R2.",
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_11_0,
reason="Requires 26R1.",
)
def test_cast_data_sources_any(server_type):
# Not available through grpc yet
Expand Down
Loading