ci: use CircleCI hosted macOS arm64 runners for testing (#41649)
This commit is contained in:
parent
587b66acc1
commit
1036d824fe
4 changed files with 16 additions and 17 deletions
|
@ -760,7 +760,8 @@ describe('app module', () => {
|
|||
}).to.throw(/'name' is required when type is not mainAppService/);
|
||||
});
|
||||
|
||||
ifit(isVenturaOrHigher)('throws when getting non-default type with no name', () => {
|
||||
// TODO this test does not work on CircleCI arm64 macs
|
||||
ifit(isVenturaOrHigher && process.arch !== 'arm64')('throws when getting non-default type with no name', () => {
|
||||
expect(() => {
|
||||
app.getLoginItemSettings({
|
||||
type: 'daemonService'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue