From 3c26475767bcf3108dfae8c09d0a65660bad0010 Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:06:31 +0200 Subject: [PATCH] Fix 'deploy local acs' pipeline step (#4804) --- .github/actions/deploy-local-acs/action.yml | 2 +- e2e/playwright/viewer/exclude.tests.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/deploy-local-acs/action.yml b/.github/actions/deploy-local-acs/action.yml index 4bced145d..22113a7ad 100644 --- a/.github/actions/deploy-local-acs/action.yml +++ b/.github/actions/deploy-local-acs/action.yml @@ -64,7 +64,7 @@ runs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: Alfresco/acs-deployment - ref: v9.0.0 + ref: v9.5.1 path: acs-deployment - name: Helm install diff --git a/e2e/playwright/viewer/exclude.tests.json b/e2e/playwright/viewer/exclude.tests.json index 2f759d57b..7fcdbb508 100644 --- a/e2e/playwright/viewer/exclude.tests.json +++ b/e2e/playwright/viewer/exclude.tests.json @@ -1,4 +1,8 @@ { + "XAT-5501": "https://hyland.atlassian.net/browse/ACS-9889", + "XAT-5499": "https://hyland.atlassian.net/browse/ACS-9889", + "XAT-5465": "https://hyland.atlassian.net/browse/ACS-9889", + "XAT-17781": "https://hyland.atlassian.net/browse/ACS-9889", "XAT-17181": "https://hyland.atlassian.net/browse/ACS-9889", "XAT-17640": "https://hyland.atlassian.net/browse/ACS-9889", "XAT-17644": "https://hyland.atlassian.net/browse/ACS-9889",