-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Suppress SendPacketsElement_FileStreamMultiPartMixed_MultipleFileStreams_Success test on Windows 11 #59203
Suppress SendPacketsElement_FileStreamMultiPartMixed_MultipleFileStreams_Success test on Windows 11 #59203
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsRelated to #58898 DescriptionSince we added Windows 11 to the CI matrix, this test starts timeout. This PR suppress this test on Windows 11 temporarly.
|
/cc @antonfirsov |
…ams_Success test on windows 11
7ab8a74
to
9824fa0
Compare
{ | ||
// [ActiveIssue("https://github.com/dotnet/runtime/issues/58898")] | ||
throw new SkipTestException("Unstable on Windows 11"); | ||
} |
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.
I'm seeing repeated failures in multiple SendPacketsElement tests, not just this one, e.g.
Can we get them all disabled asap?
cc: @karelz
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.
LGTM.
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1670016330 |
Related to #58898
Description
Since we added Windows 11 to the CI matrix, this test starts timeout. This PR suppress this test on Windows 11 temporarly.