Skip to content

Commit

Permalink
Add test retries for ComponentLifecycleMethodThrowsExceptionTerminate…
Browse files Browse the repository at this point in the history
…sTheCircuit

.. and `ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit`.

Issue: #57551
  • Loading branch information
radical committed Aug 27, 2024
1 parent 340803c commit 4b2fc14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/test-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"}},
Expand Down

0 comments on commit 4b2fc14

Please sign in to comment.