Skip to content

Commit b5ef0ad

Browse files
committed
Comment-out refreshTheme and theme/keep tests
to see if they cause the EBUSY
1 parent 78d2f0f commit b5ef0ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ssg/e2e-tests/theme.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ test('Theme', t => {
236236
}
237237
})
238238

239+
/*
239240
t.test('"refreshTheme: true" will recreate theme folder', async t => {
240241
t.plan(1)
241242
@@ -482,5 +483,6 @@ test('Theme', t => {
482483
await atomicFS.rm(testDir)
483484
}
484485
})
486+
*/
485487

486-
})
488+
})

0 commit comments

Comments
 (0)