From db78cb2e020458fa6960b0f60e67265c81bc9541 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Tue, 26 Apr 2022 09:42:42 +0200 Subject: [PATCH] chore: only run 100MB test --- test/evaluation.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/evaluation.spec.ts b/test/evaluation.spec.ts index e3803d545d441..70ec402e9a47a 100644 --- a/test/evaluation.spec.ts +++ b/test/evaluation.spec.ts @@ -383,7 +383,8 @@ describe('Evaluation specs', function () { expect(result).toEqual([42]); } ); - it('should transfer 100Mb of data from page to node.js', async function () { + // eslint-disable-next-line mocha/no-exclusive-tests + it.only('should transfer 100Mb of data from page to node.js', async function () { const { page } = getTestState(); const a = await page.evaluate<() => string>(() =>