diff --git a/irctest/server_tests/whois.py b/irctest/server_tests/whois.py index 605381d2..71e2a1a6 100644 --- a/irctest/server_tests/whois.py +++ b/irctest/server_tests/whois.py @@ -219,6 +219,7 @@ def testWhoisUser(self, server): ) @cases.mark_specifications("RFC2812") + @cases.xfailIfSoftware(["Sable"], "https://github.com/Libera-Chat/sable/issues/101") def testWhoisMissingUser(self): """Test WHOIS on a nonexistent nickname.""" self.connectClient("qux", name="qux")