8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a296e commit 87e1d55Copy full SHA for 87e1d55
test/powershell/Installer/WindowsInstaller.Tests.ps1
@@ -16,7 +16,7 @@ Describe "Windows Installer" -Tags "Scenario" {
16
17
Context "Universal C Runtime Download Link" {
18
$universalCRuntimeDownloadLink = 'https://www.microsoft.com/download/details.aspx?id=50410'
19
- It "Wix file should have download link about Universal C runtime" {
+ It "Wix file should have download link about Universal C runtime" -Pending {
20
(Get-Content $wixProductFile -Raw).Contains($universalCRuntimeDownloadLink) | Should Be $true
21
}
22
It "Should have download link about Universal C runtime that is reachable" {
0 commit comments