From a286f3cb8c78b49b56378cc766b2c766c451149b Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Fri, 16 Aug 2024 14:07:14 -0700 Subject: [PATCH] Retry POST_Expect100Continue_Get100Continue For https://github.com/dotnet/aspnetcore/issues/57373 --- eng/test-configuration.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/test-configuration.json b/eng/test-configuration.json index e8b8b41a7a91..ce4ec5ae5352 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -11,6 +11,7 @@ {"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}}, {"testName": {"contains": "CheckInvalidHostingModelParameter"}}, {"testName": {"contains": "CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser"}}, + {"testName": {"contains": "POST_Expect100Continue_Get100Continue"}}, {"testAssembly": {"contains": "IIS"}}, {"testAssembly": {"contains": "Template"}}, {"failureMessage": {"contains":"(Site is started but no worker process found)"}},