Skip to content

Commit

Permalink
[coreclr] Block test that should not be run (#97248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy authored Jan 20, 2024
1 parent 23eaf25 commit 22149fa
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 22149fa

Please sign in to comment.