From 5a6ea0aa09ac8e8c064dce54f5e4b504c79de3c5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 4 Jan 2024 23:00:37 +0100 Subject: [PATCH] tests/netman: disable test on darwin (broken) --- tests/test-sources/plugins/utils/netman.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-sources/plugins/utils/netman.nix b/tests/test-sources/plugins/utils/netman.nix index 78a2bf21..44e89327 100644 --- a/tests/test-sources/plugins/utils/netman.nix +++ b/tests/test-sources/plugins/utils/netman.nix @@ -1,3 +1,7 @@ +{pkgs, ...}: +# Fails on darwin with: +# E5113: Error while calling lua chunk: ...ckages/start/netman.nvim/lua/netman/tools/utils/init.lua:52: Unable to open netman utils cache +pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin) { empty = { plugins.netman.enable = true;