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

chore: fix flaky specs::publish::npm_workspace_jsr_pkg_with_npm_dep::dep_and_workspace_dep #27098

Conversation

dsherret
Copy link
Member

Closes #27097

.collect(),
)
for _ in 0..repeat {
run_test_inner(&metadata, &cwd, diagnostic_logger.clone());
Copy link
Member Author

Choose a reason for hiding this comment

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

Better to fail fast when repeating a test.

Copy link
Member

@nathanwhit nathanwhit left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM too

@dsherret dsherret merged commit e2f7e03 into denoland:main Nov 27, 2024
17 checks passed
@dsherret dsherret deleted the chore_fix_flaky_npm_workspace_jsr_pkg_with_npm_dep branch November 27, 2024 00:32
bartlomieju pushed a commit that referenced this pull request Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

specs::publish::npm_workspace_jsr_pkg_with_npm_dep::dep_and_workspace_dep is flaky on Windows
3 participants