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"}},