Skip to content

Commit be05ef1

Browse files
committed
update CBLS tests
1 parent ac6c57e commit be05ef1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/MOI_wrapper.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ const OPTIMIZER = MOI.instantiate(OPTIMIZER_CONSTRUCTOR)
1515
@test MOI.get(OPTIMIZER, MOI.SolverName()) == "LocalSearchSolvers"
1616
end
1717

18-
@testset "supports_default_copy_to" begin
19-
@test MOIU.supports_default_copy_to(OPTIMIZER, false)
20-
# Use `@test !...` if names are not supported
21-
@test !MOIU.supports_default_copy_to(OPTIMIZER, true)
22-
end
18+
# @testset "supports_default_copy_to" begin
19+
# @test MOIU.supports_default_copy_to(OPTIMIZER, false)
20+
# # Use `@test !...` if names are not supported
21+
# @test !MOIU.supports_default_copy_to(OPTIMIZER, true)
22+
# end
2323

2424
const BRIDGED = MOI.instantiate(
2525
OPTIMIZER_CONSTRUCTOR, with_bridge_type = Float64

0 commit comments

Comments
 (0)