chore: disable flaky isCurrentlyAudible test (#13970)

This commit is contained in:
Jeremy Apthorp 2018-08-07 12:23:48 -07:00 committed by Charles Kerr
parent 06786e7bb8
commit e6e621515f

View file

@ -122,7 +122,8 @@ describe('webContents module', () => {
})
})
describe('isCurrentlyAudible() API', () => {
// Disabled because flaky. See #13969
xdescribe('isCurrentlyAudible() API', () => {
it('returns whether audio is playing', async () => {
w.loadURL(`file://${path.join(__dirname, 'fixtures', 'api', 'is-currently-audible.html')}`)
w.show()