Skip to content

Commit

Permalink
disable this test for a while since it is working on master
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Dec 11, 2018
1 parent 0167683 commit 233eacf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_dists.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -548,3 +549,4 @@ end
@test_broken (@allocated colwise!(z, d, a, b)) == 0
end
end
=#

0 comments on commit 233eacf

Please sign in to comment.