浏览代码

Add retry for test Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.ProtectedUserStoreTest.PhoneFactorFailsAfterSecurityStampChangeTest (#58232)

Issue: https://github.com/dotnet/aspnetcore/issues/58231
Ankit Jain 1 年之前
父节点
当前提交
9d51194c2e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      eng/test-configuration.json

+ 1 - 0
eng/test-configuration.json

@@ -12,6 +12,7 @@
     {"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
+    {"testName": {"contains": "PhoneFactorFailsAfterSecurityStampChangeTest"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/58231
     {"testAssembly": {"contains": "IIS"}},
     {"testAssembly": {"contains": "Template"}},
     {"failureMessage": {"contains":"(Site is started but no worker process found)"}},