Skip to content

Commit c02b945

Browse files
added file to ignore-1
1 parent 5168c0b commit c02b945

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
--ignore=src/tests/agents/test_human_approval_manager.py \
6565
--ignore=src/backend/tests/test_team_specific_methods.py \
6666
--ignore=src/backend/tests/models/test_messages.py \
67-
--ignore=src/backend/tests/test_otlp_tracing.py
67+
--ignore=src/backend/tests/test_otlp_tracing.py \
68+
--ignore=src/backend/tests/auth/test_auth_utils.py
6869
6970
# - name: Run tests with coverage
7071
# if: env.skip_tests == 'false'

0 commit comments

Comments
 (0)