From 0b1a86b59d612c3ca79009649e036994b57bf3b2 Mon Sep 17 00:00:00 2001 From: Simone Carlo Surace Date: Wed, 27 Apr 2022 19:36:02 +0200 Subject: [PATCH] Add disclaimer --- test/runtests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 4170d0c..34928c1 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -24,6 +24,8 @@ else @info "Skipping intermediate benchmarks." end +# This pipeline is non-deterministic and will occasionally fail +# even if everything is ok. In this case, re-run all tests. @testset "BinomialSynapses.jl" begin include("models.jl") include("propagate.jl")