Skip to content

Commit 6bd944e

Browse files
committed
Add retry for test Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.ProtectedUserStoreTest.PhoneFactorFailsAfterSecurityStampChangeTest
Issue: #58231
1 parent 3ec708f commit 6bd944e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/test-configuration.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{"testName": {"contains": "CheckNewShimIsUsed"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57538
1313
{"testName": {"contains": "ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551
1414
{"testName": {"contains": "ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551
15+
{"testName": {"contains": "PhoneFactorFailsAfterSecurityStampChangeTest"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/58231
1516
{"testAssembly": {"contains": "IIS"}},
1617
{"testAssembly": {"contains": "Template"}},
1718
{"failureMessage": {"contains":"(Site is started but no worker process found)"}},

0 commit comments

Comments
 (0)