Make testKeyValidation not Oragono-specific.

This commit is contained in:
2021-02-26 21:07:15 +01:00
committed by Valentin Lorentz
parent 28ecfc4608
commit 6b6b86415d
2 changed files with 59 additions and 7 deletions

View File

@ -50,5 +50,6 @@ jobs:
run: |
# testNoticeNonexistentChannel fails because of https://github.com/inspircd/inspircd/issues/1849
# testDirectMessageEcho fails because of https://github.com/inspircd/inspircd/issues/1851
PATH=~/.local/bin:$PATH pytest --controller irctest.controllers.inspircd -k 'not Oragono and not deprecated and not strict and not testNoticeNonexistentChannel and not testDirectMessageEcho'
# testKeyValidation fails because of https://github.com/inspircd/inspircd/issues/1850
PATH=~/.local/bin:$PATH pytest --controller irctest.controllers.inspircd -k 'not Oragono and not deprecated and not strict and not testNoticeNonexistentChannel and not testDirectMessageEcho and not testKeyValidation'