From 29bdd3cac05e2b5789a0ee847bf80f30c2be3587 Mon Sep 17 00:00:00 2001 From: Andreas Zerbst <73799582+andr317c@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:50:23 +0200 Subject: [PATCH] E2E Pipeline: QA Remove continue on error condition (#20371) Remove --- 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