Skip to content

Commit

Permalink
CI: Disable XMPP Interop specifications that are known to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Oct 7, 2024
1 parent 5699865 commit 3ca5ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ jobs:
- name: Run XMPP Interoperability Tests against CI server.
if: matrix.otp == '26'
continue-on-error: true
uses: XMPP-Interop-Testing/[email protected]
with:
domain: 'localhost'
adminAccountUsername: 'admin'
adminAccountPassword: 'admin'
disabledSpecifications: RFC6121,XEP-0030,XEP-0045,XEP-0054,XEP-0060,XEP-0115,XEP-0215,XEP-0347,XEP-0363,XEP-0384

- name: Stop Development Release
if: always()
Expand Down

0 comments on commit 3ca5ffb

Please sign in to comment.