We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628eb61 commit 4976ee1Copy full SHA for 4976ee1
eng/test-configuration.json
@@ -0,0 +1,10 @@
1
+{
2
+ "version": 1,
3
+ "defaultOnFailure": "fail",
4
+ "localRerunCount": 1,
5
+ "retryOnRules": [
6
+ { "testAssembly": { "regex": "Aspire.EndToEnd.*" }, "failureMessage": { "regex": "App run failed" } },
7
+ { "testAssembly": { "regex": "Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.*" } },
8
+ { "testAssembly": { "regex": "Aspire.Microsoft.EntityFrameworkCore.SqlServer.*" } }
9
+ ]
10
+}
0 commit comments