Skip to content

Commit

Permalink
test: simplify test a little
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed Nov 5, 2024
1 parent 790c158 commit 6716cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/docarray_v2/test_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,10 +1399,10 @@ def search(


@pytest.mark.parametrize(
'protocols', [['grpc'], ['http'], ['websocket'], ['grpc', 'http', 'websocket']]
'protocols', [['grpc'], ['http'], ['websocket']]
)
@pytest.mark.parametrize('reduce', [True, False])
@pytest.mark.parametrize('sleep_time', [0.1, 5])
@pytest.mark.parametrize('sleep_time', [5])
def test_flow_with_shards_all_shards_return(protocols, reduce, sleep_time):
from typing import List

Expand Down

0 comments on commit 6716cda

Please sign in to comment.