Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Disable for nano (#21529)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Jun 25, 2017
1 parent cd8dd95 commit a9c422b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ public void GetUnicode_Succes()
/// from the 6.0\IdnaTest.txt. To find them, search for "GETASCII DOES NOT FAIL ON WINDOWS 8.1"
/// Same applies to Windows 10 >= 10.0.15063 in the IdnaTest_9.txt file
/// </remarks>
[Fact]
[ConditionalFact(nameof(PlatformDetection) + "." + nameof(PlatformDetection.IsNotWindowsNanoServer))] // https://github.com/dotnet/corefx/issues/21332
public void GetAscii_Invalid()
{
foreach (IConformanceIdnaTest entry in Factory.GetDataset())
Expand Down

0 comments on commit a9c422b

Please sign in to comment.