mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
inspircd: Re-enable two tests that were fixed.
This commit is contained in:
4
Makefile
4
Makefile
@ -32,16 +32,12 @@ HYBRID_SELECTORS := \
|
||||
$(EXTRA_SELECTORS)
|
||||
|
||||
# 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
|
||||
INSPIRCD_SELECTORS := \
|
||||
not Ergo \
|
||||
and not deprecated \
|
||||
and not strict \
|
||||
and not testNoticeNonexistentChannel \
|
||||
and not testDirectMessageEcho \
|
||||
and not testKeyValidation \
|
||||
and not testBotPrivateMessage and not testBotChannelMessage \
|
||||
$(EXTRA_SELECTORS)
|
||||
|
||||
|
Reference in New Issue
Block a user