File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
4444if [[ " $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=$?
4747else
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=$?
5050fi
5151
You can’t perform that action at this time.
0 commit comments