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 3d2c7de commit 328d9caCopy full SHA for 328d9ca
tests/unit/clock_test.sh
@@ -69,6 +69,10 @@ function test_now_on_windows_without_without_powershell() {
69
}
70
71
function test_now_on_osx_without_perl() {
72
+ if check_os::is_windows; then
73
+ skip && return
74
+ fi
75
+
76
mock_macos
77
mock dependencies::has_perl mock_false
78
mock clock::shell_time echo "1727708708.326957"
0 commit comments