Skip to content

Commit cf16fcb

Browse files
committed
test: add retry to tree-shake/module-side-effects-proxy4 as it is flaky (#8397)
Not sure why but it seems this test is flaky. https://github.com/rolldown/rolldown/actions/runs/22212800156/job/64250643931#step:18:817
1 parent d145cc1 commit cf16fcb

File tree

1 file changed

+1
-0
lines changed
  • packages/rolldown/tests/fixtures/tree-shake/module-side-effects-proxy4

1 file changed

+1
-0
lines changed

packages/rolldown/tests/fixtures/tree-shake/module-side-effects-proxy4/_config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { defineTest } from 'rolldown-tests';
44
import { expect } from 'vitest';
55

66
export default defineTest({
7+
retry: 3, // FIXME: retry added to mitigate flakiness, see https://github.com/rolldown/rolldown/pull/8397
78
config: {
89
plugins: [
910
{

0 commit comments

Comments
 (0)