From 76a5c107dad42076bc180cdaaf45bab05844090f Mon Sep 17 00:00:00 2001 From: Shoham Elias <116083498+shohamazon@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:46:22 +0200 Subject: [PATCH] Python: temporarily disable script kill with allPrimaries routing (#2631) Signed-off-by: Shoham Elias --- python/python/tests/test_async_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/tests/test_async_client.py b/python/python/tests/test_async_client.py index 24768423b3..7560cc7b23 100644 --- a/python/python/tests/test_async_client.py +++ b/python/python/tests/test_async_client.py @@ -10437,7 +10437,7 @@ async def test_script_flush(self, glide_client: TGlideClient): assert await glide_client.script_exists([script.get_hash()]) == [False] @pytest.mark.parametrize("cluster_mode", [True]) - @pytest.mark.parametrize("single_route", [True, False]) + @pytest.mark.parametrize("single_route", [True]) @pytest.mark.parametrize("protocol", [ProtocolVersion.RESP2, ProtocolVersion.RESP3]) async def test_script_kill_route( self,