mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Skip testQuitErrors on charybdis, it's also very flaky
This commit is contained in:
3
.github/workflows/charybdis.yml
vendored
3
.github/workflows/charybdis.yml
vendored
@ -48,5 +48,6 @@ jobs:
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
PATH=~/.local/bin:$PATH pytest --controller=irctest.controllers.charybdis -k 'not Oragono and not deprecated and not strict and not testDoubleKickMessages'
|
||||
# testQuitErrors is very flaky
|
||||
PATH=~/.local/bin:$PATH pytest --controller=irctest.controllers.charybdis -k 'not Oragono and not deprecated and not strict and not testDoubleKickMessages and not testQuitErrors'
|
||||
|
||||
|
Reference in New Issue
Block a user