Skip to content

Commit

Permalink
tests/netman: disable test on darwin (broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 4, 2024
1 parent 701b703 commit 8768e8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-sources/plugins/utils/netman.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 8768e8b

Please sign in to comment.