Skip to content

Commit ec00f99

Browse files
committed
test: make test serial for windows
1 parent 88ba7c2 commit ec00f99

File tree

1 file changed

+1
-1
lines changed
  • packages/build/tests/edge_functions

1 file changed

+1
-1
lines changed

packages/build/tests/edge_functions/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ for (const variant of FLAG_VARIANTS) {
174174
t.snapshot(normalizeOutput(output))
175175
})
176176

177-
test(variant.id + ' - bundles Edge Functions via runCoreSteps function', async (t) => {
177+
test.serial(variant.id + ' - bundles Edge Functions via runCoreSteps function', async (t) => {
178178
const output = await new Fixture('./fixtures/functions_user')
179179
.withFlags({ ...variant.flags, buildSteps: ['edge_functions_bundling'], useRunCoreSteps: true })
180180
.runWithBuild()

0 commit comments

Comments
 (0)