Exclude the test from scenarios
[MAILPOET-4958
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user