Skip to content

Commit 571e3d4

Browse files
Remove retry from pre-resolve paths option test fixtures
Co-authored-by: IWANABETHATGUY <[email protected]>
1 parent cb63315 commit 571e3d4

File tree

2 files changed

+0
-2
lines changed
  • packages/rolldown/tests/fixtures/output/paths

2 files changed

+0
-2
lines changed

packages/rolldown/tests/fixtures/output/paths/function/_config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { expect } from 'vitest';
33

44
export default defineTest({
55
sequential: true,
6-
retry: 3, // FIXME: this test is flaky (https://github.com/rolldown/rolldown/issues/6737)
76
config: {
87
external: ['d3', 'd4'],
98
output: {

packages/rolldown/tests/fixtures/output/paths/generate-bundle-imports-function/_config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { defineTest } from 'rolldown-tests';
33
import { expect } from 'vitest';
44

55
export default defineTest({
6-
retry: 3, // FIXME: this test is flaky (https://github.com/rolldown/rolldown/issues/6737)
76
config: {
87
external: ['react', 'vue'],
98
output: {

0 commit comments

Comments
 (0)