From e0449d3c0050e4983837bdd03f74eb93df0b2847 Mon Sep 17 00:00:00 2001 From: Andreas Zerbst <73799582+andr317c@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:02:10 +0200 Subject: [PATCH] E2E Pipeline: QA Remove continue on error condition (#20365) Cherrypicked changes --- build/nightly-E2E-run-tests-template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/build/nightly-E2E-run-tests-template.yml b/build/nightly-E2E-run-tests-template.yml index c424931d8a..2a4c9dbe14 100644 --- a/build/nightly-E2E-run-tests-template.yml +++ b/build/nightly-E2E-run-tests-template.yml @@ -51,7 +51,6 @@ steps: # Test - pwsh: ${{ parameters.testCommand }} displayName: Run Playwright tests - continueOnError: true workingDirectory: tests/Umbraco.Tests.AcceptanceTest env: CI: true