From 8768e8b5a6db4e160b21afa9cebf587dde9e47d5 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 78a2bf2120..44e8932793 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;