Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan Conroy <brecon@microsoft.com>2022-07-29 01:25:34 +0300
committerBrennan Conroy <brecon@microsoft.com>2022-07-29 01:25:34 +0300
commit04384a4de75ef267e8abed47e983b9298828b4e7 (patch)
tree2dafcdf595d468e3fa22e60cf17440d2213cde87
parent506a62c0113070835cad61f34566b1a293cf3541 (diff)
-rw-r--r--eng/test-configuration.json2
-rw-r--r--src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/eng/test-configuration.json b/eng/test-configuration.json
index a9b29c0365..3561678399 100644
--- a/eng/test-configuration.json
+++ b/eng/test-configuration.json
@@ -11,6 +11,8 @@
{"testName": {"contains": "TraceIdentifierIsUnique"}},
{"testName": {"contains": "LocationChangingHandlers_CannotCancelTheNavigationAsynchronously_UntilReturning"}},
{"testName": {"contains": "ClientAbortingConnectionImmediatelyIsNotLoggedHigherThanDebug"}},
+ {"testName": {"contains": "Listen_Http3AndSocketsCoexistOnSameEndpoint_AltSvcEnabled_Upgrade"}},
+ {"testName": {"contains": "Listen_Http3AndSocketsCoexistOnSameEndpoint_AltSvcDisabled_NoUpgrade"}},
{"testAssembly": {"contains": "IIS"}},
{"failureMessage": {"contains":"(Site is started but no worker process found)"}},
{"failureMessage": {"contains": "network disconnected"}}
diff --git a/src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs b/src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs
index c238814007..01f31735ad 100644
--- a/src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs
+++ b/src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs
@@ -148,7 +148,6 @@ public class WebHostTests : LoggedTest
[ConditionalFact]
[MsQuicSupported]
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/42967")]
public async Task Listen_Http3AndSocketsCoexistOnSameEndpoint_AltSvcEnabled_Upgrade()
{
// Arrange
@@ -213,7 +212,6 @@ public class WebHostTests : LoggedTest
[ConditionalFact]
[MsQuicSupported]
- [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/42967")]
public async Task Listen_Http3AndSocketsCoexistOnSameEndpoint_AltSvcDisabled_NoUpgrade()
{
// Arrange