diff --git a/src/Servers/Kestrel/Core/test/AddressBinderTests.cs b/src/Servers/Kestrel/Core/test/AddressBinderTests.cs index 68207a96fa34..b5305f5c1d01 100644 --- a/src/Servers/Kestrel/Core/test/AddressBinderTests.cs +++ b/src/Servers/Kestrel/Core/test/AddressBinderTests.cs @@ -76,7 +76,6 @@ public void ParseAddressLocalhost() Assert.False(https); } - [SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/14382", Queues = "Windows.10.Amd64.Open")] [ConditionalFact] [MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10_RS4)] public void ParseAddressUnixPipe() diff --git a/src/Servers/Kestrel/test/FunctionalTests/UnixDomainSocketsTests.cs b/src/Servers/Kestrel/test/FunctionalTests/UnixDomainSocketsTests.cs index 31ddcc316553..12fe59d9e82a 100644 --- a/src/Servers/Kestrel/test/FunctionalTests/UnixDomainSocketsTests.cs +++ b/src/Servers/Kestrel/test/FunctionalTests/UnixDomainSocketsTests.cs @@ -26,7 +26,6 @@ public class UnixDomainSocketsTest : TestApplicationErrorLoggerLoggedTest #else [MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10_RS4)] #endif - [SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/14382", Queues = "Windows.10.Amd64.Open")] [ConditionalFact] [CollectDump] public async Task TestUnixDomainSocket()