-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Skip CanFilterAuthor_WithoutName test to unblock main #49124
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR temporarily skips the CanFilterAuthor_WithoutName
test to unblock the main branch by referencing issue #49123.
- Adds a
Skip
attribute with a GitHub issue link to the failing test.
Comments suppressed due to low confidence (1)
test/dotnet-new.IntegrationTests/DotnetNewSearchTests.cs:222
- [nitpick] Add a TODO comment above this test method indicating when and how to re-enable the skipped test once the related issue is resolved.
[Theory]
@@ -220,7 +220,7 @@ public void CanFilterAuthor(string testCase) | |||
Assert.True(AtLeastOneRowIsNotEmpty(tableOutput, "Downloads"), "'Downloads' column contains empty values"); | |||
} | |||
|
|||
[Theory] | |||
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49123")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a brief skip reason alongside the URL, e.g., Skip = "Skipped due to issue #49123: incorrect author filtering" to clarify why the test is disabled.
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49123")] | |
[Theory(Skip = "https://github.com/dotnet/sdk/issues/49123: Skipped due to issue #49123: incorrect author filtering")] |
Copilot uses AI. Check for mistakes.
/backport to release/10.0.1xx-preview5 |
Started backporting to release/10.0.1xx-preview5: https://github.com/dotnet/sdk/actions/runs/15216463685 |
No description provided.