From d7e2e621c11e3aa5d506759b2992a8fc138662b6 Mon Sep 17 00:00:00 2001 From: tomaszszopinski Date: Tue, 23 Jul 2024 09:10:05 +0200 Subject: [PATCH] [Behat] excluded addLocation and subtreeEditor --- .github/workflows/browser-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index 041b8d56..1bdb752c 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -14,7 +14,7 @@ jobs: with: project-edition: 'oss' test-suite: '--profile=browser --suite=admin-ui-full' - test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard' + test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard --tags=~@addLocation,~@subtreeEditor' multirepository: true timeout: 40 job-count: 2