Skip to content

Commit

Permalink
mark expected fail for irc2 and sable
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Jun 9, 2024
1 parent 5b797c8 commit a09430f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions irctest/server_tests/chmodes/modeis.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

class RplChannelModeIsTestCase(cases.BaseServerTestCase):
@cases.mark_specifications("Modern")
@cases.xfailIfSoftware(
["irc2", "Sable"],
"irc2 doesn't support 329 RPL_CHANNELCREATED"
"https://github.com/Libera-Chat/sable/issues/130",
)
def testChannelModeIs(self):
self.connectClient("chanop", name="chanop")
self.joinChannel("chanop", "#chan")
Expand Down

0 comments on commit a09430f

Please sign in to comment.