Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

test: add retry=4 to aggregate e2e test run #6638

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Nov 7, 2024

add retry count to aggregate run of e2e tests, such as in release/preview.

@kuhe kuhe requested a review from a team as a code owner November 7, 2024 18:09
@@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
exclude: ["**/*/node_modules/**/*.spec.ts"],
exclude: ["**/*/node_modules/**/*.spec.ts", "node_modules"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed for some reason, or else the tests run twice due to symlinking.

@kuhe kuhe merged commit 289220f into aws:main Nov 7, 2024
2 checks passed
@kuhe kuhe deleted the test/retry branch November 7, 2024 18:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants