diff --git a/Makefile b/Makefile index b1d9682..863e58f 100644 --- a/Makefile +++ b/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)