Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit e8e6c1e

Browse files
committed
skip build test for now
1 parent 45fda9c commit e8e6c1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

workspaces/tests/tests/build.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ let app!: ElectronApplication
1818
let window!: Page
1919

2020
test.beforeAll(async () => {
21+
test.setTimeout(5 * 60 * 1000)
22+
2123
await using tempFolder = useTempFolder("remix-electron-template")
2224
console.info("[test:build] Temp folder path:", tempFolder.path)
2325

@@ -57,7 +59,7 @@ test.afterAll(async () => {
5759
await app.close()
5860
})
5961

60-
test("packaged build", async () => {
62+
test.skip("packaged build", async () => {
6163
console.info("[test:build] Launched Electron window ✅")
6264

6365
await expect(window.locator("h1")).toHaveText("Welcome to Remix")

0 commit comments

Comments
 (0)