Skip to content

Commit

Permalink
Retry ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit (d…
Browse files Browse the repository at this point in the history
…otnet#57552)

.. and `ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit`.

Issue: dotnet#57551
  • Loading branch information
radical authored Aug 28, 2024
1 parent 340803c commit 543a47a
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 543a47a

Please sign in to comment.