Skip to content

Commit

Permalink
The federation_info.py detects user logging and transient experiments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Filippopolitis committed Jul 24, 2024
1 parent 0dc0d70 commit 8042e59
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/portalbackend-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ jobs:

- name: Run the dev tests
working-directory: ./dev/
run: bash test.sh
run: pytest -k "not test_federation_info.py"

- name: Run the federation info tests
working-directory: ./dev/
run: pytest tests/test_federation_info.py


0 comments on commit 8042e59

Please sign in to comment.