mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: revert "ci: fixup mac runners" (#47917)
This reverts commit 06d7a51a58.
This commit is contained in:
committed by
GitHub
parent
ecb1eb0b5d
commit
9f43503b3e
@@ -3106,7 +3106,7 @@ describe('iframe using HTML fullscreen API while window is OS-fullscreened', ()
|
||||
});
|
||||
});
|
||||
|
||||
describe('navigator.serial', () => {
|
||||
ifdescribe(process.platform !== 'darwin' || process.arch !== 'arm64')('navigator.serial', () => {
|
||||
let w: BrowserWindow;
|
||||
before(async () => {
|
||||
w = new BrowserWindow({
|
||||
@@ -3130,7 +3130,6 @@ describe('navigator.serial', () => {
|
||||
});
|
||||
|
||||
it('does not return a port if select-serial-port event is not defined', async () => {
|
||||
// Take screenshot to verify the test is running
|
||||
w.loadFile(path.join(fixturesPath, 'pages', 'blank.html'));
|
||||
const port = await getPorts();
|
||||
expect(port).to.equal(notFoundError);
|
||||
@@ -3647,7 +3646,7 @@ ifdescribe((process.platform !== 'linux' || app.isUnityRunning()))('navigator.se
|
||||
});
|
||||
});
|
||||
|
||||
describe('navigator.bluetooth', () => {
|
||||
ifdescribe(process.platform !== 'darwin' || process.arch !== 'arm64')('navigator.bluetooth', () => {
|
||||
let w: BrowserWindow;
|
||||
before(async () => {
|
||||
w = new BrowserWindow({
|
||||
|
||||
Reference in New Issue
Block a user