test-configuration.json 1.2 KB

123456789101112131415161718192021222324
  1. {
  2. "version" : 1,
  3. "defaultOnFailure": "fail",
  4. "localRerunCount" : 3,
  5. "retryOnRules": [
  6. {"testName": {"contains": "FlakyTestToEnsureRetryWorks" }},
  7. {"testName": {"contains": "ConfigureEndpointDevelopmentCertificateGetsLoadedWhenPresent" }}, // writes to a well-known path
  8. {"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }}, // tries to manipulate the state of the server's buffer
  9. {"testName": {"contains": "CertificateChangedOnDisk"}}, // depends on FS event timing
  10. {"testName": {"contains": "CertificateChangedOnDisk_Symlink"}}, // depends on FS event timing
  11. {"testName": {"contains": "POST_ServerAbort_ClientReceivesAbort"}},
  12. {"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}},
  13. {"testName": {"contains": "CheckInvalidHostingModelParameter"}},
  14. {"testName": {"contains": "CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser"}},
  15. {"testAssembly": {"contains": "IIS"}},
  16. {"testAssembly": {"contains": "Template"}},
  17. {"failureMessage": {"contains":"(Site is started but no worker process found)"}},
  18. {"failureMessage": {"contains": "network disconnected"}}
  19. ],
  20. "failOnRules": [
  21. ],
  22. "quarantineRules": [
  23. ]
  24. }