mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
CI: Disable XMPP Interop specifications that are known to fail
This commit is contained in:
parent
634b646711
commit
94c2a115d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -159,12 +159,12 @@ jobs:
|
||||||
|
|
||||||
- name: Run XMPP Interoperability Tests against CI server.
|
- name: Run XMPP Interoperability Tests against CI server.
|
||||||
if: matrix.otp == '26'
|
if: matrix.otp == '26'
|
||||||
continue-on-error: true
|
|
||||||
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.4.0
|
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
domain: 'localhost'
|
domain: 'localhost'
|
||||||
adminAccountUsername: 'admin'
|
adminAccountUsername: 'admin'
|
||||||
adminAccountPassword: 'admin'
|
adminAccountPassword: 'admin'
|
||||||
|
disabledSpecifications: RFC6121,XEP-0030,XEP-0045,XEP-0054,XEP-0060,XEP-0080,XEP-0115,XEP-0118,XEP-0215,XEP-0347,XEP-0363,XEP-0384
|
||||||
|
|
||||||
- name: Stop Development Release
|
- name: Stop Development Release
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue