Skip to content

Commit c3f1da6

Browse files
authored
test(any): fix skip criterion for test_cast_data_sources_any (#2528)
1 parent 4c983c5 commit c3f1da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_any.py

Lines changed: 2 additions & 2 deletions
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_8_0,
127-
reason="Requires 24R2.",
126+
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_11_0,
127+
reason="Requires 26R1.",
128128
)
129129
def test_cast_data_sources_any(server_type):
130130
# Not available through grpc yet

0 commit comments

Comments
 (0)