Skip to content

Commit 543a47a

Browse files
authored
Retry ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit (#57552)
.. and `ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit`. Issue: #57551
1 parent 340803c commit 543a47a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/test-configuration.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
{"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}},
1111
{"testName": {"contains": "CheckInvalidHostingModelParameter"}},
1212
{"testName": {"contains": "CheckNewShimIsUsed"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57538
13+
{"testName": {"contains": "ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551
14+
{"testName": {"contains": "ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551
1315
{"testAssembly": {"contains": "IIS"}},
1416
{"testAssembly": {"contains": "Template"}},
1517
{"failureMessage": {"contains":"(Site is started but no worker process found)"}},

0 commit comments

Comments
 (0)