From 4b2fc14e7fa06d67039149d771726dd9b1338437 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 27 Aug 2024 19:03:04 -0400 Subject: [PATCH] Add test retries for ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit .. and `ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit`. Issue: https://github.com/dotnet/aspnetcore/issues/57551 --- eng/test-configuration.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/test-configuration.json b/eng/test-configuration.json index 9d8be074de41..f9c89f0e651e 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -10,6 +10,8 @@ {"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}}, {"testName": {"contains": "CheckInvalidHostingModelParameter"}}, {"testName": {"contains": "CheckNewShimIsUsed"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57538 + {"testName": {"contains": "ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551 + {"testName": {"contains": "ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551 {"testAssembly": {"contains": "IIS"}}, {"testAssembly": {"contains": "Template"}}, {"failureMessage": {"contains":"(Site is started but no worker process found)"}},