From b7989a10ff5ba7e5d0eef3762d7b0638e1997286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Mon, 30 Sep 2024 16:45:46 -0700 Subject: [PATCH] Retry ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate test See https://github.com/dotnet/aspnetcore/issues/58169 --- eng/test-configuration.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/test-configuration.json b/eng/test-configuration.json index f9c89f0e651e..ce3ffe0b5c22 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -5,6 +5,7 @@ "retryOnRules": [ {"testName": {"contains": "FlakyTestToEnsureRetryWorks" }}, {"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }}, // tries to manipulate the state of the server's buffer + {"testName": {"contains": "ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/58169 {"testName": {"contains": "CertificateChangedOnDisk"}}, // depends on FS event timing {"testName": {"contains": "CertificateChangedOnDisk_Symlink"}}, // depends on FS event timing {"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}},