test-configuration.json 1.6 KB

1234567891011121314151617181920212223242526
  1. {
  2. "version" : 1,
  3. "defaultOnFailure": "fail",
  4. "localRerunCount" : 3,
  5. "retryOnRules": [
  6. {"testName": {"contains": "FlakyTestToEnsureRetryWorks" }},
  7. {"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }}, // tries to manipulate the state of the server's buffer
  8. {"testName": {"contains": "CertificateChangedOnDisk"}}, // depends on FS event timing
  9. {"testName": {"contains": "CertificateChangedOnDisk_Symlink"}}, // depends on FS event timing
  10. {"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}},
  11. {"testName": {"contains": "CheckInvalidHostingModelParameter"}},
  12. {"testName": {"contains": "CheckNewShimIsUsed"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57538
  13. {"testName": {"contains": "ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551
  14. {"testName": {"contains": "ComponentDisposeMethodThrowsExceptionTerminatesTheCircuit"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57551
  15. {"testName": {"contains": "PhoneFactorFailsAfterSecurityStampChangeTest"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/58231
  16. {"testName": {"contains": "AbortSendsFinalGOAWAY"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/59358
  17. {"testAssembly": {"contains": "IIS"}},
  18. {"testAssembly": {"contains": "Template"}},
  19. {"failureMessage": {"contains":"(Site is started but no worker process found)"}},
  20. {"failureMessage": {"contains": "network disconnected"}}
  21. ],
  22. "failOnRules": [
  23. ],
  24. "quarantineRules": [
  25. ]
  26. }