From cac0c8e93df309df707c93e07ce3f69c233531c2 Mon Sep 17 00:00:00 2001 From: Veljko Date: Mon, 20 Mar 2023 08:47:54 +0100 Subject: [PATCH] Exclude the test from scenarios [MAILPOET-4958 --- mailpoet/tests/performance/scenarios.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/mailpoet/tests/performance/scenarios.js b/mailpoet/tests/performance/scenarios.js index a1234bf47e..5370780ccb 100644 --- a/mailpoet/tests/performance/scenarios.js +++ b/mailpoet/tests/performance/scenarios.js @@ -13,7 +13,6 @@ import { formsAdding } from './tests/forms-adding.js'; import { newsletterSearching } from './tests/newsletter-searching.js'; import { newsletterSending } from './tests/newsletter-sending.js'; import { listsViewSubscribers } from './tests/lists-view-subscribers.js'; -import { listsComplexSegment } from './tests/lists-complex-segment.js'; // Scenarios, Thresholds and Tags export let options = { @@ -71,7 +70,6 @@ export async function pullRequests() { await newsletterSearching(); await newsletterSending(); await listsViewSubscribers(); - await listsComplexSegment(); } // All the tests ran for a nightly testing