mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-23 11:11:01 -05:00
rollback test launch
This commit is contained in:
@@ -42,10 +42,10 @@ set +e
|
||||
# Backwards compatibility tests are enabled by setting QDRANT_VERSION to a version that is not the latest
|
||||
# OR by setting IGNORE_CONGRUENCE_TESTS to true
|
||||
if [[ "$QDRANT_VERSION" != "$QDRANT_LATEST" ]] || [[ "$IGNORE_CONGRUENCE_TESTS" == "true" ]]; then
|
||||
QDRANT_VERSION=$QDRANT_VERSION pytest --durations=0 tests/congruence_tests/test_query.py::test_query_group
|
||||
QDRANT_VERSION=$QDRANT_VERSION pytest -x --ignore=tests/congruence_tests
|
||||
PYTEST_EXIT_CODE=$?
|
||||
else
|
||||
QDRANT_VERSION=$QDRANT_VERSION pytest --durations=0 tests/congruence_tests/test_query.py::test_query_group
|
||||
QDRANT_VERSION=$QDRANT_VERSION pytest -x
|
||||
PYTEST_EXIT_CODE=$?
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user