Configure spec UI to run in docker container
This commit is contained in:
parent
5737f8b74e
commit
29dc06c89d
3 changed files with 8 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue