Skip to content

Commit

Permalink
Disable failing outerloop regex test (#98965)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored and pull[bot] committed Aug 14, 2024
1 parent b15ad2f commit 85e01e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,7 @@ public static IEnumerable<object[]> RecreationalRegex_Rectangle_MemberData()
}
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/98962")]
[Theory]
[MemberData(nameof(RecreationalRegex_Rectangle_MemberData))]
[OuterLoop("May take several seconds")]
Expand Down

0 comments on commit 85e01e2

Please sign in to comment.