/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/test-configuration.json
25 строк
1 KB
Ilona Tomkowicz
Remove retrials of fixed tests (#64740)
12 дек 2025, 11:44
Не верифицирован
12 дек 2025, 11:44
22e9bc5
Код
Авторство
О чём код?
{ "version" : 1, "defaultOnFailure": "fail", "localRerunCount" : 3, "retryOnRules": [ {"testName": {"contains": "FlakyTestToEnsureRetryWorks" }}, {"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }}, // tries to manipulate the state of the server's buffer {"testName": {"contains": "CertificateChangedOnDisk"}}, // depends on FS event timing {"testName": {"contains": "CertificateChangedOnDisk_Symlink"}}, // depends on FS event timing {"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}}, {"testName": {"contains": "CheckInvalidHostingModelParameter"}}, {"testName": {"contains": "CheckNewShimIsUsed"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57538 {"testName": {"contains": "PhoneFactorFailsAfterSecurityStampChangeTest"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/58231 {"testName": {"contains": "AbortSendsFinalGOAWAY"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/59358 {"testName": {"contains": "Http2_RequestWithDataAndContentLength_Success"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/63266 {"testAssembly": {"contains": "IIS"}}, {"testAssembly": {"contains": "Template"}}, {"failureMessage": {"contains":"(Site is started but no worker process found)"}}, {"failureMessage": {"contains": "network disconnected"}} ], "failOnRules": [ ], "quarantineRules": [ ] }