Skip to content
New issue

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

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

Already on GitHub? Sign in 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
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants