From b124d9414bd4ba7e15fd5d4bb4fd072c9b07f698 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 11 Jul 2024 10:22:12 -0700 Subject: [PATCH] fix build and test test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06500e6b5..9d9f59175 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -243,7 +243,7 @@ jobs: command: | pwd ls - python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5 "not test_otel.py" + python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5 "not tests/otel_tests/test_otel.py" no_output_timeout: 120m # Store test results