lib/tests: Temporarily disable submodule path test

Until https://github.com/NixOS/nixpkgs/pull/76861 or so is merged
This commit is contained in:
Silvan Mosberger 2020-01-03 06:02:55 +01:00
parent c7ade6844f
commit be3f887ac4
No known key found for this signature in database
GPG key ID: E8F1E9EAD284E17D

View file

@ -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 ======