inspircd: Re-enable two tests that were fixed.

This commit is contained in:
2021-08-06 22:18:48 +02:00
parent 2343930419
commit f2c80a2e96

View File

@ -32,16 +32,12 @@ HYBRID_SELECTORS := \
$(EXTRA_SELECTORS) $(EXTRA_SELECTORS)
# testNoticeNonexistentChannel fails because of https://github.com/inspircd/inspircd/issues/1849 # testNoticeNonexistentChannel fails because of https://github.com/inspircd/inspircd/issues/1849
# testDirectMessageEcho fails because of https://github.com/inspircd/inspircd/issues/1851
# testKeyValidation fails because of https://github.com/inspircd/inspircd/issues/1850
# testBotPrivateMessage and testBotChannelMessage fail because https://github.com/inspircd/inspircd/pull/1910 is not released yet # testBotPrivateMessage and testBotChannelMessage fail because https://github.com/inspircd/inspircd/pull/1910 is not released yet
INSPIRCD_SELECTORS := \ INSPIRCD_SELECTORS := \
not Ergo \ not Ergo \
and not deprecated \ and not deprecated \
and not strict \ and not strict \
and not testNoticeNonexistentChannel \ and not testNoticeNonexistentChannel \
and not testDirectMessageEcho \
and not testKeyValidation \
and not testBotPrivateMessage and not testBotChannelMessage \ and not testBotPrivateMessage and not testBotChannelMessage \
$(EXTRA_SELECTORS) $(EXTRA_SELECTORS)