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

Skip CanIgnoreTemplateGroupsWithConstraints #47173

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

Forgind
Copy link
Member

@Forgind Forgind commented Feb 27, 2025

This test has been failing flakily with fairly high regularity, but I've almost always seen it fail on linux. Skipping on just linux for now

This test has been failing flakily with fairly high regularity, but I've almost always seen it fail on linux. Skipping on just linux for now
@Copilot Copilot bot review requested due to automatic review settings February 27, 2025 22:39
@Forgind Forgind requested a review from a team as a code owner February 27, 2025 22:39
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Feb 27, 2025

Choose a reason for hiding this comment

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

PR Overview

This PR addresses the flakiness of the "CanIgnoreTemplateGroupsWithConstraints" test on Linux by conditionally skipping it.

Reviewed Changes

File Description
test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.cs Added SkipOnPlatform attribute to skip a flaky test on Linux

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.cs:444

  • Consider adding a brief descriptive message alongside the URL to clarify the specific reason for skipping this test on Linux.
[SkipOnPlatform(TestPlatforms.Linux, "https://github.com/dotnet/sdk/issues/46212")]
@Forgind Forgind merged commit a009491 into dotnet:main Feb 28, 2025
41 checks passed
@Forgind Forgind deleted the disable-flaky-test branch February 28, 2025 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants