From 9ea9adf8ffbd5e40eab9765ad479f6fc6435c1dc Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 20 Apr 2023 09:36:38 -0700 Subject: [PATCH] test: mark reporter-blob tests as slow (#22530) They run several playwright instances for each shard and then open merged html report which takes considerable time --- tests/playwright-test/reporter-blob.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/playwright-test/reporter-blob.spec.ts b/tests/playwright-test/reporter-blob.spec.ts index 86caa545d7..e26a5768c1 100644 --- a/tests/playwright-test/reporter-blob.spec.ts +++ b/tests/playwright-test/reporter-blob.spec.ts @@ -58,6 +58,7 @@ const test = baseTest.extend<{ test.use({ channel: 'chrome' }); test('should merge into html', async ({ runInlineTest, mergeReports, showReport, page }) => { + test.slow(); const reportDir = test.info().outputPath('blob-report'); const files = { 'playwright.config.ts': ` @@ -122,6 +123,7 @@ test('should merge into html', async ({ runInlineTest, mergeReports, showReport, }); test('be able to merge incomplete shards', async ({ runInlineTest, mergeReports, showReport, page }) => { + test.slow(); const reportDir = test.info().outputPath('blob-report'); const files = { 'playwright.config.ts': `