From 375a6714f18e41296a453ce6ddfc69c41c0322e6 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 5 Sep 2019 11:24:05 -0500 Subject: [PATCH] Restore local headless testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve been unable to use ember test without --server for a while. This brings in the fix from ember-cli/ember-cli#8774 --- ui/testem.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/testem.js b/ui/testem.js index 3015d63d2..b182a9336 100644 --- a/ui/testem.js +++ b/ui/testem.js @@ -14,7 +14,6 @@ module.exports = { // --no-sandbox is needed when running Chrome inside a container process.env.CI ? '--no-sandbox' : null, '--headless', - '--disable-gpu', '--disable-dev-shm-usage', '--disable-software-rasterizer', '--mute-audio',