Skip to content

Commit

Permalink
multi_prefix: Skip test on IRCds that don't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Sep 2, 2023
1 parent 653d818 commit f03d407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irctest/server_tests/multi_prefix.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def testMultiPrefix(self):
These prefixes MUST be in order of ‘rank’, from highest to lowest.
"""
self.connectClient("foo", capabilities=["multi-prefix"])
self.connectClient("foo", capabilities=["multi-prefix"], skip_if_cap_nak=True)
self.joinChannel(1, "#chan")
self.sendLine(1, "MODE #chan +v foo")
self.getMessages(1)
Expand Down

0 comments on commit f03d407

Please sign in to comment.