From 094f2bc9c0a09d5dbc86f1126d55fb8b031156e8 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 10 Dec 2018 22:37:12 -0500 Subject: [PATCH] disable this test for a while since it is working on master (#117) --- test/test_dists.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_dists.jl b/test/test_dists.jl index 1244167..6239ac6 100644 --- a/test/test_dists.jl +++ b/test/test_dists.jl @@ -534,6 +534,7 @@ end @test bregman(F, ∇, p, q) ≈ ISdist(p, q) end +#= @testset "zero allocation colwise!" begin d = Euclidean() a = rand(2, 41) @@ -548,3 +549,4 @@ end @test_broken (@allocated colwise!(z, d, a, b)) == 0 end end +=#