We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ba421 commit c99b671Copy full SHA for c99b671
1 file changed
tests/Install.Tests.ps1
@@ -47,7 +47,7 @@ exit 0
47
}
48
49
50
- It 'invokes scripts/bash/build.sh during default install flow' {
+ It 'invokes scripts/bash/build.sh during default install flow' -Skip:$IsWindows {
51
$bashLog = Join-Path $script:TempRoot 'bash-command.log'
52
$env:INSTALL_TEST_BASH_LOG = $bashLog
53
0 commit comments