Skip to content

Commit

Permalink
Skipping rate-limit + test time on cluster setups
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 29, 2023
1 parent 0ea441c commit c5c51e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_oss_simple_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit c5c51e5

Please sign in to comment.