chore: disable flaky isCurrentlyAudible test (#13970)
This commit is contained in:
parent
06786e7bb8
commit
e6e621515f
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
it('returns whether audio is playing', async () => {
|
||||||
w.loadURL(`file://${path.join(__dirname, 'fixtures', 'api', 'is-currently-audible.html')}`)
|
w.loadURL(`file://${path.join(__dirname, 'fixtures', 'api', 'is-currently-audible.html')}`)
|
||||||
w.show()
|
w.show()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue