fix not clause on ci/cd tests

This commit is contained in:
Ishaan Jaff 2024-07-11 10:25:34 -07:00
parent b124d9414b
commit 07ae8c6059

View file

@ -243,7 +243,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5 "not tests/otel_tests/test_otel.py"
python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5 "not (otel_tests)"
no_output_timeout: 120m
# Store test results