chore: revert "ci: fixup mac runners" (#47926)
This reverts commit 06d7a51a58
.
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
e32dc4fa36
commit
6a9ff4df34
3 changed files with 3 additions and 9 deletions
|
@ -3089,7 +3089,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({
|
||||
|
@ -3113,7 +3113,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);
|
||||
|
@ -3630,7 +3629,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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue