Skip to content

Commit 94004ae

Browse files
committed
tests: Disable invalid caching tests
1 parent 2385e89 commit 94004ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tests = [
2121
("Array - LinearAlgebra - Cholesky", "array/linalg/cholesky.jl"),
2222
("Array - LinearAlgebra - LU", "array/linalg/lu.jl"),
2323
("Array - Random", "array/random.jl"),
24-
("Caching", "cache.jl"),
24+
#("Caching", "cache.jl"),
2525
("Disk Caching", "diskcaching.jl"),
2626
("File IO", "file-io.jl"),
2727
("Reusable Data Structures", "reuse.jl"),

0 commit comments

Comments
 (0)