We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c983c5 commit c3f1da6Copy full SHA for c3f1da6
tests/test_any.py
@@ -123,8 +123,8 @@ def test_cast_scoping_any(server_type):
123
124
125
@pytest.mark.skipif(
126
- not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0,
127
- reason="Requires 24R2.",
+ not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_11_0,
+ reason="Requires 26R1.",
128
)
129
def test_cast_data_sources_any(server_type):
130
# Not available through grpc yet
0 commit comments