Skip to content

Title: [dotnet new] Skip failing test CanFilterAuthor_WithoutName due to unstable output #49123

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

Open
v-wuzhai opened this issue May 23, 2025 · 0 comments · May be fixed by #49156
Open

Title: [dotnet new] Skip failing test CanFilterAuthor_WithoutName due to unstable output #49123

v-wuzhai opened this issue May 23, 2025 · 0 comments · May be fixed by #49156
Labels
Area-dotnet test Test Debt untriaged Request triage from a team member

Comments

@v-wuzhai
Copy link
Member

v-wuzhai commented May 23, 2025

Describe the bug

The test CanFilterAuthor_WithoutName fails because the Author column in the output is sometimes truncated (e.g., shown as Blazor Mic...), which prevents a full match with the filter value "micro". This causes false negatives in assertions that expect full author names. The test should be skipped until the output format is stabilized or the test is updated to handle truncation.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-dotnet test Test Debt untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants