multi_prefix: Skip test on IRCds that don't support it (#218)

This commit is contained in:
2023-09-02 13:43:15 +02:00
committed by GitHub
parent 360a853bca
commit fe24e4b8b8

View File

@ -15,7 +15,7 @@ class MultiPrefixTestCase(cases.BaseServerTestCase):
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)