commit: 6b34d055a4e943d49f9fd519848700fada43429d
parent e00bab989c65cdbd902754513ad9bf18adac76dd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 1 Aug 2024 06:11:07 +0200
test-cmd/timeout.t: Skip on FreeBSD
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/test-cmd/timeout.t b/test-cmd/timeout.t
@@ -6,6 +6,9 @@
$ test "$(command -v timeout)" = "$TESTDIR/../cmd/timeout"
+Flaky on FreeBSD
+ $ test "$(uname -s)" != "FreeBSD" || return 80
+
$ timeout 0.5 sleep 10
[124]
$ timeout 0.5 sleep 0.2