Skip to content

Commit

Permalink
[MouseWithoutBorders] - ignore flakey test - microsoft#34126
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Oct 1, 2024
1 parent da313ea commit 292f203
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ public void PrivateDumpShouldGenerateExpectedOutput()
*/

[TestMethod]
[Ignore(
"This test relies on internal details of the dotnet platform and is sensitive to " +
"the specific version of dotnet being used. As a result it's likely to fail if the " +
"\"expected\" result was generated with a different version to the version used to " +
"run the test, so we're going to ignore it in the CI build process.")]
public void PrivateDumpShouldGenerateExpectedOutput()
{
static string NormalizeLog(string log)
Expand Down

0 comments on commit 292f203

Please sign in to comment.