Skip to content

Commit

Permalink
[coreclr] Block test that should not be run (dotnet#97248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy authored and tmds committed Jan 23, 2024
1 parent 1b5654d commit 0dda45a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public static IEnumerable<object[]> CheckHashingOfSkippedChars_TestData()
yield return new object[] { '\u2029', thaiCmpInfo }; // ParagraphSeparator: PARAGRAPH SEPARATOR
}

[Theory]
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsIcuGlobalization))]
[MemberData(nameof(CheckHashingOfSkippedChars_TestData))]
public void CheckHashingOfSkippedChars(char character, CompareInfo cmpInfo)
{
Expand Down

0 comments on commit 0dda45a

Please sign in to comment.