inspircd: Enable all modules for caps/commands that we can test

Instead of skipping these tests.
This commit is contained in:
2021-02-27 12:43:19 +01:00
committed by Valentin Lorentz
parent 06972fc1c4
commit 22eb8d4369
3 changed files with 19 additions and 3 deletions

View File

@ -49,5 +49,6 @@ jobs:
- name: Test with pytest
run: |
# testNoticeNonexistentChannel fails because of https://github.com/inspircd/inspircd/issues/1849
PATH=~/.local/bin:$PATH pytest --controller irctest.controllers.inspircd -k 'not Oragono and not deprecated and not strict and not testNoticeNonexistentChannel'
# 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'