You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't replicate the failure when run in isolation
Description: Should have download link about Universal C runtime that is reachable
Name: Windows Installer.Visual Studio C++ Redistributables Link.Should have download link about Universal C runtime that is reachable
message:
Error 404 - Not FoundWarning: This site requires the use of scripts, which your browser does not currently allow.See how to enable scripts
-->
stack-trace:
at line: 22 in /TEST/PowerShell/test/powershell/Installer/WindowsInstaller.Tests.ps1
1 tests in test/powershell failed
At /TEST/PowerShell/build.psm1:994 char:9
throw "$($x.'test-results'.failures) tests in $TestArea faile ...
Sounds like a random sporadic failure that is not specific to this test. Running this test on non-Windows systems as well has no value but it should still not fail on non-
Windows systems(because it does not call any Windows specific API) which indicates that there is a different bug in PowerShell itself. The test simply checks that the content of an Xml file contains a certain download link and that this link is not dead. The tag 'Scenario' was chosen because those tests do not need to be part of CI, so maybe a different tag would be better?
I couldn't replicate the failure when run in isolation
Description: Should have download link about Universal C runtime that is reachable
Name: Windows Installer.Visual Studio C++ Redistributables Link.Should have download link about Universal C runtime that is reachable
message:
Error 404 - Not FoundWarning: This site requires the use of scripts, which your browser does not currently allow.See how to enable scripts
-->
stack-trace:
at line: 22 in /TEST/PowerShell/test/powershell/Installer/WindowsInstaller.Tests.ps1
1 tests in test/powershell failed
At /TEST/PowerShell/build.psm1:994 char:9
The text was updated successfully, but these errors were encountered: