Comment out fixed content address test

This commit is contained in:
Carlo Nucera 2020-08-17 15:04:54 -04:00
parent dbf96e10ec
commit 07975979aa

View file

@ -15,7 +15,6 @@ nix_tests = \
linux-sandbox.sh \
build-dry.sh \
build-remote-input-addressed.sh \
build-remote-content-addressed-fixed.sh \
nar-access.sh \
structured-attrs.sh \
fetchGit.sh \
@ -35,6 +34,7 @@ nix_tests = \
recursive.sh \
flakes.sh
# parallel.sh
# build-remote-content-addressed-fixed.sh \
install-tests += $(foreach x, $(nix_tests), tests/$(x))