Skip to content

Commit c99b671

Browse files
committed
test(install): 跳过 Windows Bash 安装测试
1 parent 30ba421 commit c99b671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Install.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exit 0
4747
}
4848
}
4949

50-
It 'invokes scripts/bash/build.sh during default install flow' {
50+
It 'invokes scripts/bash/build.sh during default install flow' -Skip:$IsWindows {
5151
$bashLog = Join-Path $script:TempRoot 'bash-command.log'
5252
$env:INSTALL_TEST_BASH_LOG = $bashLog
5353

0 commit comments

Comments
 (0)