Skip to content

Commit

Permalink
[DEBUG CI] only run bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Feb 7, 2024
1 parent a1ea464 commit 127677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Run Tests
timeout-minutes: 10
run: |
pytest --tb=long --show-capture=all -vvv --color=yes --code-highlight=yes --timeout=300 -k 'not test_load_objects and not test_load_single_object' ${{ github.workspace }}/tests/core
pytest --tb=long --show-capture=all -vvv --color=yes --code-highlight=yes --timeout=300 -k 'not test_load_objects and not test_load_single_object and test_04_05_exception' ${{ github.workspace }}/tests/core/
test-library:
name: Install and test Library
Expand Down

0 comments on commit 127677c

Please sign in to comment.