From d2de9c59824a621959a4dbaceca24bedb26ca374 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Thu, 3 Nov 2022 12:40:47 +0100 Subject: [PATCH] Disable tests on MacOS (@kit-ty-kate) --- http-mirage-client.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-mirage-client.opam b/http-mirage-client.opam index a0330ea..561f410 100644 --- a/http-mirage-client.opam +++ b/http-mirage-client.opam @@ -33,7 +33,7 @@ build: [ "-j" jobs "@install" - "@runtest" {with-test} + "@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec "@doc" {with-doc} ] ]