Skip to content

Skip LineProbeUnboundProbeBecomesBoundTest because is too flaky #7000

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
May 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -280,17 +280,11 @@ async Task RunSingle(int phaseNumber, bool captureSnapshot)
}
}

[SkippableFact]
[SkippableFact(Skip = "Too flaky, 'Log file was not found for path' error")]
[Trait("Category", "EndToEnd")]
[Trait("RunOnWindows", "True")]
public async Task LineProbeUnboundProbeBecomesBoundTest()
{
var framework = EnvironmentHelper.GetTargetFramework();
if (framework != "net9.0")
{
throw new SkipException("This test should run on net9.0 only.");
}

var testDescription = DebuggerTestHelper.SpecificTestDescription(typeof(UnboundProbeBecomesBoundTest));
SkipOverTestIfNeeded(testDescription);

Expand Down
Loading