From 8e5693f9f4c4d35c41f879023054bb6d96683810 Mon Sep 17 00:00:00 2001 From: ArthurW Date: Thu, 5 Sep 2024 13:31:33 +0200 Subject: [PATCH] freebsd issue: setsockopt fails --- test/irmin-client/dune | 4 +++- test/irmin-graphql/dune | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/test/irmin-client/dune b/test/irmin-client/dune index 0a2920ca17b..3ce7abc8175 100644 --- a/test/irmin-client/dune +++ b/test/irmin-client/dune @@ -9,4 +9,6 @@ conduit-lwt-unix alcotest-lwt irmin-test - irmin-watcher)) + irmin-watcher) + (enabled_if + (<> %{system} "freebsd"))) diff --git a/test/irmin-graphql/dune b/test/irmin-graphql/dune index 5f8d03744e6..f0728ae2623 100644 --- a/test/irmin-graphql/dune +++ b/test/irmin-graphql/dune @@ -16,4 +16,6 @@ (alias runtest) (package irmin-graphql) (action - (run ./test.exe -q --color=always))) + (run ./test.exe -q --color=always)) + (enabled_if + (<> %{system} "freebsd")))