diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-08-17 15:04:54 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-08-17 15:04:54 -0400 |
commit | 07975979aae4e7729ae13ffeb7390d07d71ad4bd (patch) | |
tree | 3d1737602d8576b8b9fb25320af53e3a03bf27c2 /tests/local.mk | |
parent | dbf96e10ecc75410c9db798f208f8a8310842a4f (diff) |
Comment out fixed content address test
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 492d6a0fd..53035da41 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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)) |