mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
skip navigator.serial tests on GHA
This commit is contained in:
@@ -2884,7 +2884,7 @@ describe('iframe using HTML fullscreen API while window is OS-fullscreened', ()
|
||||
});
|
||||
});
|
||||
|
||||
describe('navigator.serial', () => {
|
||||
describe.skip('navigator.serial', () => {
|
||||
let w: BrowserWindow;
|
||||
before(async () => {
|
||||
w = new BrowserWindow({
|
||||
|
||||
Reference in New Issue
Block a user