diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8cc782c9..dbdaaea99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/xmpp-interop-tests-action@v1.4.0 with: domain: 'localhost' adminAccountUsername: '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 if: always()