Skip testQuitErrors on charybdis, it's also very flaky

This commit is contained in:
2021-04-18 00:07:12 +02:00
committed by Valentin Lorentz
parent 277f383e02
commit 322cb7ae26

View File

@ -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'