From 322cb7ae26a2a94a0daec5458373319fa4e0e743 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 18 Apr 2021 00:07:12 +0200 Subject: [PATCH] Skip testQuitErrors on charybdis, it's also very flaky --- .github/workflows/charybdis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/charybdis.yml b/.github/workflows/charybdis.yml index 212af76..32daa61 100644 --- a/.github/workflows/charybdis.yml +++ b/.github/workflows/charybdis.yml @@ -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'