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 dbd1fc5 commit 01a9c08
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.ifNotWindows.ifNotCiWin("extraResources - two-package", () => {
test.skip.callerifNotWindows.ifNotCiWin("extraResources - two-package", () => {

Check failure on line 178 in test/src/filesTest.ts

View workflow job for this annotation

GitHub Actions / pr-release

Property 'callerifNotWindows' does not exist on type 'It'. Did you mean 'ifNotWindows'?

Check failure on line 178 in test/src/filesTest.ts

View workflow job for this annotation

GitHub Actions / test-updater

Property 'callerifNotWindows' does not exist on type 'It'. Did you mean 'ifNotWindows'?

Check failure on line 178 in test/src/filesTest.ts

View workflow job for this annotation

GitHub Actions / test-windows (BuildTest,oneClickInstallerTest,winPackagerTest,nsisUpdaterTest,webInstallerTest)

Property 'callerifNotWindows' does not exist on type 'It'. Did you mean 'ifNotWindows'?

Check failure on line 178 in test/src/filesTest.ts

View workflow job for this annotation

GitHub Actions / test-linux (ArtifactPublisherTest,BuildTest,ExtraBuildTest,RepoSlugTest,binDownloadTest,configura...

Property 'callerifNotWindows' does not exist on type 'It'. Did you mean 'ifNotWindows'?

Check failure on line 178 in test/src/filesTest.ts

View workflow job for this annotation

GitHub Actions / test-mac

Property 'callerifNotWindows' does not exist on type 'It'. Did you mean 'ifNotWindows'?
const platform = Platform.LINUX
const osName = platform.buildConfigurationKey

Expand Down

0 comments on commit 01a9c08

Please sign in to comment.