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

Commit bc64832

Browse files
author
Geoff Kizer
committed
disable IDNA tests on full framework
1 parent c3e19a9 commit bc64832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Net.Http/tests/FunctionalTests/IdnaProtocolTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private static IEnumerable<object[]> InternationalHostNames()
134134
public sealed class HttpClientHandler_IdnaProtocolTests : IdnaProtocolTests
135135
{
136136
// WinHttp on Win7 does not support IDNA
137-
protected override bool SupportsIdna => !PlatformDetection.IsWindows7;
137+
protected override bool SupportsIdna => !PlatformDetection.IsWindows7 && !PlatformDetection.IsFullFramework;
138138
}
139139

140140
public sealed class ManagedHandler_IdnaProtocolTests : IdnaProtocolTests

0 commit comments

Comments
 (0)