Skip to content

Commit

Permalink
lib/tests: Temporarily disable submodule path test
Browse files Browse the repository at this point in the history
Until NixOS#76861 or so is merged

(cherry picked from commit be3f887)
  • Loading branch information
infinisil authored and dtzWill committed Jan 19, 2020
1 parent 741d64e commit dc06ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tests/modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ checkConfigOutput "true" config.submodule.inner ./declare-submoduleWith-modules.
checkConfigOutput "true" config.submodule.outer ./declare-submoduleWith-modules.nix

## Paths should be allowed as values and work as expected
checkConfigOutput "true" config.submodule.enable ./declare-submoduleWith-path.nix
# Temporarily disabled until https://github.com/NixOS/nixpkgs/pull/76861
#checkConfigOutput "true" config.submodule.enable ./declare-submoduleWith-path.nix

cat <<EOF
====== module tests ======
Expand Down

0 comments on commit dc06ad9

Please sign in to comment.