Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-configuration.json « eng - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf1804ac6dbd4b856fd69c44feaa53fa4d824136 (plain)
1
2
3
4
5
6
7
8
{
  "version": 1,
  "defaultOnFailure": "fail",
  "localRerunCount": 2,
  "retryOnRules": [
    { "testAssembly": { "wildcard": "System.Net.*" } }
  ]
}