Skip to content

Commit d9902f1

Browse files
committed
debug: test only test query group
1 parent ac04754 commit d9902f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ set +e
4242
# Backwards compatibility tests are enabled by setting QDRANT_VERSION to a version that is not the latest
4343
# OR by setting IGNORE_CONGRUENCE_TESTS to true
4444
if [[ "$QDRANT_VERSION" != "$QDRANT_LATEST" ]] || [[ "$IGNORE_CONGRUENCE_TESTS" == "true" ]]; then
45-
QDRANT_VERSION=$QDRANT_VERSION pytest -x --durations=0 --ignore=tests/congruence_tests
45+
QDRANT_VERSION=$QDRANT_VERSION pytest --durations=0 tests/congruence_tests/test_query.py::test_query_group
4646
PYTEST_EXIT_CODE=$?
4747
else
48-
QDRANT_VERSION=$QDRANT_VERSION pytest -x --durations=0
48+
QDRANT_VERSION=$QDRANT_VERSION pytest --durations=0 tests/congruence_tests/test_query.py::test_query_group
4949
PYTEST_EXIT_CODE=$?
5050
fi
5151

0 commit comments

Comments
 (0)