| 12345678910111213141516171819 |
- {
- "version" : 1,
- "defaultOnFailure": "fail",
- "localRerunCount" : 3,
- "retryOnRules": [
- {"testName": {"contains": "AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess"}},
- {"testName": {"contains": "CheckFrebDisconnect"}},
- {"testName": {"contains": "CheckStdoutWithLargeWrites"}},
- {"testName": {"contains": "ServerShutsDownWhenMainExitsStress" }},
- {"testName": {"contains": "AddressRegistrationTests" }},
- {"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }},
- {"testName": {"contains": "ReaderThrowsResetExceptionOnInvalidBody" }},
- {"failureMessage": "network disconnected" }
- ],
- "failOnRules": [
- ],
- "quarantineRules": [
- ]
- }
|