Skip to content

Commit

Permalink
tests/openscad: 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 bd5522d commit 701b703
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-sources/plugins/languages/openscad.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{pkgs, ...}:
# As of 2024-01-04, vimPlugins.openscad is broken on darwin
# TODO: re-enable this test when fixed
pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin)
{
empty = {
plugins.openscad.enable = true;
Expand Down

0 comments on commit 701b703

Please sign in to comment.