We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ebb65 commit 6696768Copy full SHA for 6696768
src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs
@@ -28,7 +28,9 @@ public async Task Dns_GetHostEntryAsync_IPAddress_Ok()
28
// [ActiveIssue("https://github.com/dotnet/runtime/issues/1488", TestPlatforms.OSX)]
29
PlatformDetection.IsNotOSX &&
30
// [ActiveIssue("https://github.com/dotnet/runtime/issues/51377", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
31
- !PlatformDetection.IsiOS && !PlatformDetection.IstvOS && !PlatformDetection.IsMacCatalyst;
+ !PlatformDetection.IsiOS && !PlatformDetection.IstvOS && !PlatformDetection.IsMacCatalyst &&
32
+ // [ActiveIssue("https://github.com/dotnet/runtime/issues/55271")]
33
+ !PlatformDetection.IsSLES;
34
35
[ConditionalTheory(nameof(GetHostEntryWorks))]
36
[InlineData("")]
0 commit comments