Skip flaky test on solanum

This commit is contained in:
Valentin Lorentz 2021-07-04 22:51:02 +02:00
parent 08a74096d0
commit 91efa8b001

View File

@ -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 := \