Browse Source

Remove unstable webkit

Alex Dima 3 years ago
parent
commit
6e73daa1d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/smoke/runner.js

+ 1 - 1
test/smoke/runner.js

@@ -41,7 +41,7 @@ async function runTests() {
 	for (const type of ['amd', 'webpack']) {
 		await runTest(type, 'chromium');
 		await runTest(type, 'firefox');
-		await runTest(type, 'webkit');
+		// await runTest(type, 'webkit');
 	}
 }