Skip to content

Commit

Permalink
test: skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed Nov 30, 2023
1 parent 4cbfc6b commit 0286db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/stateful/test_stateful.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def test_stateful_index_search(executor_cls, shards, tmpdir, stateful_exec_docke
@pytest.mark.timeout(240)
@pytest.mark.parametrize('executor_cls', [MyStateExecutor, MyStateExecutorNoSnapshot])
@pytest.mark.parametrize('shards', [2, 1])
#@pytest.mark.skip()
@pytest.mark.skipif(not docarray_v2, reason='tests support for docarray>=0.30')
@pytest.mark.skip()
#@pytest.mark.skipif(not docarray_v2, reason='tests support for docarray>=0.30')
def test_stateful_index_search_restore(executor_cls, shards, tmpdir, stateful_exec_docker_image_built,
kill_all_children):
replicas = 3
Expand Down

0 comments on commit 0286db6

Please sign in to comment.