Exclude the test from scenarios

[MAILPOET-4958
This commit is contained in:
Veljko
2023-03-20 08:47:54 +01:00
committed by Veljko V
parent 44489a1030
commit cac0c8e93d

View File

@@ -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