Skip to content

Commit 369b2de

Browse files
authored
Quarantine Http3RequestTests.POST_Expect100Continue_Get100Continue (#57533)
* Quarantine Http3RequestTests.POST_Expect100Continue_Get100Continue This failed even with helix retries. Issue: #57373 * Add retry for `FunctionalTests.NewShimTests.CheckNewShimIsUsed` `Microsoft.AspNetCore.Server.IIS.NewShim.FunctionalTests.NewShimTests.CheckNewShimIsUsed` Issue: #57538
1 parent 09b30f7 commit 369b2de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/test-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}},
1212
{"testName": {"contains": "CheckInvalidHostingModelParameter"}},
1313
{"testName": {"contains": "CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser"}},
14-
{"testName": {"contains": "POST_Expect100Continue_Get100Continue"}},
14+
{"testName": {"contains": "CheckNewShimIsUsed"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57538
1515
{"testAssembly": {"contains": "IIS"}},
1616
{"testAssembly": {"contains": "Template"}},
1717
{"failureMessage": {"contains":"(Site is started but no worker process found)"}},

src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ public async Task GET_ServerAbort_ClientReceivesAbort(HttpProtocols protocol)
700700

701701
[ConditionalFact]
702702
[MsQuicSupported]
703+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57373")]
703704
public async Task POST_Expect100Continue_Get100Continue()
704705
{
705706
// Arrange

0 commit comments

Comments
 (0)