We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cffb0d + 4a9ac18 commit d8d6248Copy full SHA for d8d6248
.github/workflows/test.yml
@@ -61,7 +61,9 @@ jobs:
61
--ignore=src/backend/tests/test_config.py \
62
--ignore=src/tests/agents/test_human_approval_manager.py \
63
--ignore=src/backend/tests/test_team_specific_methods.py \
64
- --ignore=src/backend/tests/models/test_messages.py
+ --ignore=src/backend/tests/models/test_messages.py \
65
+ --ignore=src/backend/tests/test_otlp_tracing.py \
66
+ --ignore=src/backend/tests/auth/test_auth_utils.py
67
68
# - name: Run tests with coverage
69
# if: env.skip_tests == 'false'
0 commit comments