Skip to content

Commit 05d260d

Browse files
committed
temporarily deactivate test
1 parent b1e256d commit 05d260d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/Approximations/overapproximate.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ for N in [Float64, Float32]
161161
end
162162

163163
# static vectors
164-
b = BallInf(SVector{2}(N[1, 0]), N(1))
165-
p = overapproximate(b, ε)
166-
@test isequivalent(b, p)
164+
# temporarily deactivated, see #2954
165+
# b = BallInf(SVector{2}(N[1, 0]), N(1))
166+
# p = overapproximate(b, ε)
167+
# @test isequivalent(b, p)
167168

168169
# Check that there are no redundant constraints for a ballinf
169170
b = BallInf(N[0.5, 0.5], N(0.1))

0 commit comments

Comments
 (0)