From 8fecf38210700585f3efa487009927deeee2f47f Mon Sep 17 00:00:00 2001 From: PProfizi Date: Thu, 7 Aug 2025 10:26:15 +0200 Subject: [PATCH] test(any): fix skip criterion for test_cast_data_sources_any --- tests/test_any.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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