Skip to content

Commit e6be535

Browse files
committed
test: Disable fault tolerance testing
1 parent e6e63e2 commit e6be535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include("domain.jl")
3737
include("array.jl")
3838
include("cache.jl")
3939
try # TODO: Fault tolerance is sometimes unreliable
40-
include("fault-tolerance.jl")
40+
#include("fault-tolerance.jl")
4141
catch
4242
end
4343
println(stderr, "tests done. cleaning up...")

0 commit comments

Comments
 (0)