Skip to content

Commit

Permalink
Python: temporarily disable script kill with allPrimaries routing (#2631
Browse files Browse the repository at this point in the history
)

Signed-off-by: Shoham Elias <[email protected]>
  • Loading branch information
shohamazon authored Nov 6, 2024
1 parent f022959 commit 76a5c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/tests/test_async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 76a5c10

Please sign in to comment.