aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/package.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/aedifex/package.lux')
-rw-r--r--stdlib/source/test/aedifex/package.lux14
1 files changed, 8 insertions, 6 deletions
diff --git a/stdlib/source/test/aedifex/package.lux b/stdlib/source/test/aedifex/package.lux
index aecdcc5af..56169a766 100644
--- a/stdlib/source/test/aedifex/package.lux
+++ b/stdlib/source/test/aedifex/package.lux
@@ -52,12 +52,14 @@
[[profile package] ..random]
($_ _.and
(_.cover [/.local]
- (and (\ //hash.equivalence =
- (//hash.sha-1 (get@ #/.library package))
- (get@ #/.sha-1 package))
- (\ //hash.equivalence =
- (//hash.md5 (get@ #/.library package))
- (get@ #/.md5 package))))
+ false
+ ## (and (\ //hash.equivalence =
+ ## (//hash.sha-1 (get@ #/.library package))
+ ## (get@ #/.sha-1 package))
+ ## (\ //hash.equivalence =
+ ## (//hash.md5 (get@ #/.library package))
+ ## (get@ #/.md5 package)))
+ )
(_.cover [/.dependencies]
(let [expected (get@ #//.dependencies profile)]
(case (/.dependencies package)