Skip to content

Disable Flaky GivenDotnetTest Tests #46924

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

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

nagilson
Copy link
Member

Please see #46923 for more information.

Please see dotnet#46923 for more information.
@Copilot Copilot AI review requested due to automatic review settings February 18, 2025 19:21
@nagilson nagilson requested a review from a team as a code owner February 18, 2025 19:21
@ghost ghost added Area-dotnet test untriaged Request triage from a team member labels Feb 18, 2025
@nagilson nagilson requested a review from a team February 18, 2025 19:21
@nagilson nagilson enabled auto-merge February 18, 2025 19:22
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

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

Comments suppressed due to low confidence (2)

test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTests.cs:121

  • [nitpick] There is an inconsistency in how the Skip parameter is formatted (extra space around '='). Consider removing the space to match the other instances (i.e., use Skip="GivenDotnetTest Failures #46923").
[Theory(Skip = "https://github.com/dotnet/sdk/issues/46923")]

test/dotnet-test.Tests/GivenDotnetTestBuildsAndRunsTests.cs:16

  • Disabling tests via the Skip parameter will reduce test coverage; please ensure there is a plan or comment to track re-enabling these tests once the underlying issue is resolved.
[Theory(Skip= "https://github.com/dotnet/sdk/issues/46923")]

@nagilson nagilson merged commit 3a965e6 into dotnet:main Feb 18, 2025
42 checks passed
nagilson added a commit to nagilson/sdk that referenced this pull request Feb 21, 2025
In this PR a few days ago I disabled some similar tests:
dotnet#46924

It turns out that even more of them are failing about 80%+ of the time
after some recent changes to these tests.

See here: dotnet#47003 (review)
here: dotnet#47004 (review)
here: https://github.com/dotnet/sdk/pull/47004/checks?check_run_id=37586911841
here: dotnet#47014
etc.

I've already made an issue to track this: dotnet#46923
So I'll keep using that one. The maintainer has been notified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-dotnet test untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants