From 89cd7c60ebbea92a1c5c40fa11e30ee86077ba34 Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Thu, 5 May 2022 21:49:15 +0300 Subject: [PATCH] tests: Enable "SharedArrayBuffer should work @smoke" SharedArrayBuffer is enabled in version https://webkit.org/blog/12140/new-webkit-features-in-safari-15-2/ --- tests/library/capabilities.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/library/capabilities.spec.ts b/tests/library/capabilities.spec.ts index e9bb8ad537a63..b98324665ab23 100644 --- a/tests/library/capabilities.spec.ts +++ b/tests/library/capabilities.spec.ts @@ -19,7 +19,6 @@ import url from 'url'; import { contextTest as it, expect } from '../config/browserTest'; it('SharedArrayBuffer should work @smoke', async function({ contextFactory, httpsServer, browserName }) { - it.fail(browserName === 'webkit', 'no shared array buffer on webkit'); const context = await contextFactory({ ignoreHTTPSErrors: true }); const page = await context.newPage(); httpsServer.setRoute('/sharedarraybuffer', (req, res) => {