From c5c51e5e8a709fbf401b187df0476716d3b6bbc1 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Wed, 29 Nov 2023 09:10:08 +0000 Subject: [PATCH] Skipping rate-limit + test time on cluster setups --- tests/tests_oss_simple_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests_oss_simple_flow.py b/tests/tests_oss_simple_flow.py index d86bfa83..ca2fe995 100644 --- a/tests/tests_oss_simple_flow.py +++ b/tests/tests_oss_simple_flow.py @@ -390,6 +390,7 @@ def test_default_arbitrary_command_hset_multi_data_placeholders(env): overall_request_count) def test_default_set_get_rate_limited(env): + env.skipOnCluster() master_nodes_list = env.getMasterNodesList() for client_count in [1,2,4]: for thread_count in [1,2]: