From 91efa8b00143cd064c637b4c3f56a8492a3e9051 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 4 Jul 2021 22:51:02 +0200 Subject: [PATCH] Skip flaky test on solanum --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2cb5fc8..6e6b1c4 100644 --- a/Makefile +++ b/Makefile @@ -49,11 +49,13 @@ LIMNORIA_SELECTORS := \ (foo or not foo) \ $(EXTRA_SELECTORS) +# testQuitErrors is too flaky for CI SOLANUM_SELECTORS := \ not Ergo \ and not deprecated \ and not strict \ and not testDoubleKickMessages \ + and not testQuitErrors \ $(EXTRA_SELECTORS) SOPEL_SELECTORS := \