From ec07a581f7fe055e8316f409055d9a46d8d6ffc9 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 9 Apr 2021 10:54:18 -0500 Subject: [PATCH] test: disable test on mac 10.14 (#6157) --- tests/page-goto.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/page-goto.spec.ts b/tests/page-goto.spec.ts index c2cc491759..61f13b3ec8 100644 --- a/tests/page-goto.spec.ts +++ b/tests/page-goto.spec.ts @@ -16,6 +16,7 @@ */ import url from 'url'; +import os from 'os'; import { test as it, expect } from './config/pageTest'; import { slowTest } from './config/browserTest'; import { expectedSSLError } from './config/utils'; @@ -514,7 +515,8 @@ it('should not throw unhandled rejections on invalid url', async ({page, server} expect(e.toString()).toContain('Panel Title'); }); -it('should not crash when RTCPeerConnection is used', async ({ page, server }) => { +it('should not crash when RTCPeerConnection is used', async ({ page, server, browserName, platform }) => { + it.fixme(browserName === 'webkit' && platform === 'darwin' && parseInt(os.release(), 10) === 18, 'Does not work on MacOS 10.14'); server.setRoute('/rtc.html', (_, res) => { res.end(`