From 0287c45fa52e1a1835c76f89016d42a1b7221648 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 22 Sep 2021 15:56:17 +0100 Subject: [PATCH] Remove continueOnBuildError for components E2E tests. Fixes #35565 --- .azure/pipelines/components-e2e-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/pipelines/components-e2e-tests.yml b/.azure/pipelines/components-e2e-tests.yml index fabac40d31ce..734b7a2ac8e4 100644 --- a/.azure/pipelines/components-e2e-tests.yml +++ b/.azure/pipelines/components-e2e-tests.yml @@ -27,7 +27,6 @@ variables: jobs: - template: jobs/default-build.yml parameters: - continueOnBuildError: true condition: ne(variables['SkipTests'], 'true') jobName: Components_E2E_Test jobDisplayName: "Test: Blazor E2E tests on Linux"