Skip to content

Commit

Permalink
[fix] Skip one more flacky test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadSchemas committed Feb 4, 2025
1 parent c00460a commit 22d0932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyreindexer/tests/tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ def test_query_delete_all(self, db, namespace, index, items):


class TestQueryTimeouts:
@pytest.mark.skip(reason="This test is flacky on v4. It has to be rewritten")
def test_query_select_timeout_small(self, db, namespace, index):
# Given("Create namespace with items")
items = [{"id": i, "val": f"testval{i}"} for i in range(20000)]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build_cmake(self, ext):


setup(name=PACKAGE_NAME,
version='0.3.8',
version='0.3.9',
description='A connector that allows to interact with Reindexer',
author='Igor Tulmentyev',
maintainer='Reindexer Team',
Expand Down

0 comments on commit 22d0932

Please sign in to comment.