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.
1 parent ad10fd7 commit 4d28fc3Copy full SHA for 4d28fc3
.github/workflows/test.yml
@@ -61,7 +61,8 @@ jobs:
61
--ignore=src/tests/mcp_server/test_factory.py \
62
--ignore=src/tests/mcp_server/test_hr_service.py \
63
--ignore=src/backend/tests/test_config.py \
64
- --ignore=src/tests/agents/test_human_approval_manager.py
+ --ignore=src/tests/agents/test_human_approval_manager.py \
65
+ --ignore=src/backend/tests/test_team_specific_methods.py
66
67
- name: Run tests with coverage
68
if: env.skip_tests == 'false'
0 commit comments