Skip to content

Commit 328d9ca

Browse files
committed
test: skip test_now_on_osx_without_perl for windows
1 parent 3d2c7de commit 328d9ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/clock_test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ function test_now_on_windows_without_without_powershell() {
6969
}
7070

7171
function test_now_on_osx_without_perl() {
72+
if check_os::is_windows; then
73+
skip && return
74+
fi
75+
7276
mock_macos
7377
mock dependencies::has_perl mock_false
7478
mock clock::shell_time echo "1727708708.326957"

0 commit comments

Comments
 (0)