Skip to content

Commit

Permalink
Temporally disabling the execution of the log unit test in github act…
Browse files Browse the repository at this point in the history
…ions #34
  • Loading branch information
mgm8 committed May 23, 2022
1 parent b0730e8 commit 79a1dfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:

- name: Execute the tests
run: |
Xvfb :1 &
export DISPLAY=:1
pytest-3 -k 'not log' tests/
Xvfb :1 &
export DISPLAY=:1
pytest-3 --ignore=tests/test_log.py tests/

0 comments on commit 79a1dfc

Please sign in to comment.