-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Disable WMF link invocation test #13479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@TravisEz13, if the that WMF 4 link is not coming back, then we potentially need to change the link in the installer script. |
| @@ -21,7 +21,8 @@ Describe "Windows Installer" -Tags "Scenario" { | |||
| ## Running 'Invoke-WebRequest' with WMF download URLs has been failing intermittently, | |||
| ## because sometimes the URLs lead to a 'this download is no longer available' page. | |||
| ## We use a retry logic here. Retry for 5 times with 1 second interval. | |||
| It "Pre-Requisistes link for '<Name>' is reachable: <url>" -TestCases $linkCheckTestCases -Skip:$skipTest { | |||
| # It "Pre-Requisistes link for '<Name>' is reachable: <url>" -TestCases $linkCheckTestCases -Skip:$skipTest { | |||
| It "Pre-Requisistes link for '<Name>' is reachable: <url>" -TestCases $linkCheckTestCases -Pending { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use Set-ItResult -Pending -Because 'link is broken'
Don't need to go back and fix it, but it allows you not to remove the skip code.
|
🎉 Handy links: |
# Conflicts: # test/powershell/Installer/WindowsInstaller.Tests.ps1
|
🎉 Handy links: |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

PR Summary
This PR disables the WMF link invocation test in WindowsInstaller.Tests.ps1 file, by marking it 'pending'.
Issue #13478
PR Context
It seems like whether these links are currently working should not affect PowerShell build. If it is important to track aliveness of these links, I fee they should be performed in tests specifically for that and not appended to PowerShell build tests.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.