Add retry logic to prerequisite URL tests#5601
Add retry logic to prerequisite URL tests#5601adityapatwardhan merged 3 commits intoPowerShell:masterfrom
Conversation
|
Can we try adding a simple retry before disabling? |
|
@SteveL-MSFT Sure, I will use retries and let's see how it goes. |
|
The failed tests are known. #5605 will make them pending for now. |
|
We could run the package prerequisite URL tests with another test tag ("Doc"). |
|
I'm not sure what is best for this. We need to ensure the links work, but they erroneously fail often. A retry will help sometimes, but many times when this test fails it fails for days at a time. |
* Disable Requisiste URLs tests * Add retry for the URL tests
* Disable Requisiste URLs tests * Add retry for the URL tests
The package prerequisite URL tests have been failing intermittently recently, because sometimes the WMF download URLs lead to a "we're sorry, this download is no longer available" page, even though the URLs actually work in the web browser. I'm disabling those tests for now.
Close #5567