Skip to content

Commit 02e64e1

Browse files
committed
sequential again for cleanup phase
1 parent 3e8880c commit 02e64e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/updater/blackboxUpdateTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe("Electron autoupdate (fresh install & update)", () => {
3333
})
3434

3535
// must be sequential in order for process.env.ELECTRON_BUILDER_LINUX_PACKAGE_MANAGER to be respected per-test
36-
describe.runIf(process.platform === "linux")("linux", () => {
36+
describe.runIf(process.platform === "linux")("linux", { sequential: true }, () => {
3737
test.ifEnv(process.env.RUN_APP_IMAGE_TEST && process.arch === "arm64")("AppImage - arm64", async context => {
3838
await runTest(context, "AppImage", Arch.arm64)
3939
})

0 commit comments

Comments
 (0)