test-configuration.json 693 B

12345678910111213141516171819
  1. {
  2. "version" : 1,
  3. "defaultOnFailure": "fail",
  4. "localRerunCount" : 3,
  5. "retryOnRules": [
  6. {"testName": {"contains": "AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess"}},
  7. {"testName": {"contains": "CheckFrebDisconnect"}},
  8. {"testName": {"contains": "CheckStdoutWithLargeWrites"}},
  9. {"testName": {"contains": "ServerShutsDownWhenMainExitsStress" }},
  10. {"testName": {"contains": "AddressRegistrationTests" }},
  11. {"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }},
  12. {"testName": {"contains": "ReaderThrowsResetExceptionOnInvalidBody" }},
  13. {"failureMessage": "network disconnected" }
  14. ],
  15. "failOnRules": [
  16. ],
  17. "quarantineRules": [
  18. ]
  19. }