Skip to content

Commit

Permalink
fix: disable broken test, needs further debugging. It's broken on all…
Browse files Browse the repository at this point in the history
… previous versions of electron-builder, seems MacOS related
  • Loading branch information
mmaietta committed May 6, 2024
1 parent 01a9c08 commit ac6d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/filesTest.ts
Expand Up @@ -175,7 +175,7 @@ test.skip.ifMac("extraResources on macOS", async () => {
await doExtraResourcesTest(Platform.MAC)
})

test.skip.callerifNotWindows.ifNotCiWin("extraResources - two-package", () => {
test.skip.ifNotWindows.ifNotCiWin("extraResources - two-package", () => {
const platform = Platform.LINUX
const osName = platform.buildConfigurationKey

Expand Down

0 comments on commit ac6d887

Please sign in to comment.