зеркало из https://github.com/dotnet/aspnetcore.git
24 строки
1.1 KiB
JSON
24 строки
1.1 KiB
JSON
{
|
|
"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": "POST_ServerAbort_ClientReceivesAbort"}},
|
|
{"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}},
|
|
{"testName": {"contains": "CheckInvalidHostingModelParameter"}},
|
|
{"testName": {"contains": "CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser"}},
|
|
{"testAssembly": {"contains": "IIS"}},
|
|
{"testAssembly": {"contains": "Template"}},
|
|
{"failureMessage": {"contains":"(Site is started but no worker process found)"}},
|
|
{"failureMessage": {"contains": "network disconnected"}}
|
|
],
|
|
"failOnRules": [
|
|
],
|
|
"quarantineRules": [
|
|
]
|
|
}
|