diff --git a/tests/test_any.py b/tests/test_any.py index f023c47d554..d1d56c0fdc5 100644 --- a/tests/test_any.py +++ b/tests/test_any.py @@ -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