Преглед на файлове

E2E: Removed useMacOSARMBinary flag.

Mr.doob преди 2 години
родител
ревизия
8f82d06985
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      test/e2e/puppeteer.js

+ 1 - 1
test/e2e/puppeteer.js

@@ -268,7 +268,7 @@ async function main() {
 
 async function downloadLatestChromium() {
 
-	const browserFetcher = new BrowserFetcher( { path: 'test/e2e/chromium', useMacOSARMBinary: true } ); // ARM binary is experimental
+	const browserFetcher = new BrowserFetcher( { path: 'test/e2e/chromium' } );
 
 	const os = PLATFORMS[ browserFetcher.platform() ];