From 30aec0a3a3d0c5e83f465bc6297ae03b48b4b373 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Wed, 9 Jul 2025 14:21:28 -0400 Subject: [PATCH] Disables regression testing The automated test pipeline now runs without the regression flag enabled. This change ensures that tests are executed as standard tests, rather than being treated as regression tests. --- azure-pipelines-automated-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index f43fe6d0c..a1de83de3 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -35,7 +35,7 @@ stages: totalShards: 2 targetUrl: $(BASE_URL) dockerFileName: 'Dockerfile.playwright' - isRegression: true + isRegression: false filterTags: '' playwrightTestsPath: 'playwright-tests' npmServePath: '.'