Skip to content

Commit

Permalink
skip test in Sable for now
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Mar 19, 2024
1 parent bf88d02 commit 8d90218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irctest/server_tests/whois.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8d90218

Please sign in to comment.