From f2c80a2e960f706140620454646c671c277eed62 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 6 Aug 2021 22:18:48 +0200 Subject: [PATCH] inspircd: Re-enable two tests that were fixed. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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)