From 4638520a1318300ae0d50f2a2931a5a44e0227de Mon Sep 17 00:00:00 2001 From: martinkrulltott Date: Thu, 14 Dec 2023 10:06:31 +0100 Subject: [PATCH] chore: temporarily remove the cypress parllel feature --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index d3001ba02..83a6a8993 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -50,7 +50,7 @@ module.exports = defineConfig({ project: process.env.REPORTPORTAL_PROJECT, description: '', autoMerge: true, - parallel: true, + // parallel: true, # FOR TESTING ONLY! Remove before merge! debug: false, restClientConfig: { timeout: 660000,