From 94c2a115d54fb24df73afc0ec54839e1e59ddb41 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 7 Oct 2024 12:45:04 +0200 Subject: [PATCH] CI: Disable XMPP Interop specifications that are known to fail --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()