[master] 7b4e1a346 Disable p00008 on Darwin, it is too random

Poul-Henning Kamp phk at FreeBSD.org
Wed May 4 07:41:04 UTC 2022


commit 7b4e1a34670ba1360c701f7612b4f73165c9ea99
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed May 4 07:40:12 2022 +0000

    Disable p00008 on Darwin, it is too random

diff --git a/bin/varnishtest/tests/p00008.vtc b/bin/varnishtest/tests/p00008.vtc
index cde88be53..a1dab907c 100644
--- a/bin/varnishtest/tests/p00008.vtc
+++ b/bin/varnishtest/tests/p00008.vtc
@@ -2,6 +2,9 @@ varnishtest "Ban list sync across silos"
 
 feature persistent_storage
 
+# VM-remapping is too random on OSX
+feature cmd {test $(uname) != "Darwin"}
+
 shell "rm -f ${tmpdir}/_.per[12]"
 
 # Silo 1 & 2


More information about the varnish-commit mailing list