Skip to content

Commit 4b507b0

Browse files
committed
Revert "retry integration tests 3 times before actually failing"
This reverts commit ffcb96a.
1 parent efd75c1 commit 4b507b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"postbuild": "node ./scripts/pack-packages.mjs",
3939
"dev": "turbo dev --filter=!./playgrounds/*",
4040
"test": "cargo test && vitest run --hideSkippedTests",
41-
"test:integrations": "vitest --root=./integrations --retry=3",
41+
"test:integrations": "vitest --root=./integrations",
4242
"test:ui": "pnpm run --filter=tailwindcss test:ui && pnpm run --filter=@tailwindcss/browser test:ui",
4343
"tdd": "vitest --hideSkippedTests",
4444
"bench": "vitest bench",

0 commit comments

Comments
 (0)