Configure spec UI to run in docker container

This commit is contained in:
Kevin Sawicki 2017-07-21 13:28:02 -07:00 committed by Aleksei Kuzmin
parent 5737f8b74e
commit 29dc06c89d
3 changed files with 8 additions and 1 deletions

View file

@ -1825,6 +1825,9 @@ describe('BrowserWindow module', function () {
// This test is too slow, only test it on CI.
if (!isCI) return
// FIXME These specs crash on Linux when run in a docker container
if (isCI && process.platform === 'linux') return
it('subscribes to frame updates', function (done) {
let called = false
w.loadURL('file://' + fixtures + '/api/frame-subscriber.html')