Skip to content

Commit 7de4133

Browse files
committed
remove test on import / export
1 parent c030893 commit 7de4133

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ import CTParser: CTParser, @def
4444
include("solution_example_path_constraints.jl")
4545

4646
@testset verbose = true showtiming = true "CTModels tests" begin
47-
for name in (:plot, :export_import)
47+
for name in (
48+
:plot,
49+
# :export_import,
50+
)
4851
@testset "$(name)" begin
4952
test_name = Symbol(:test_, name)
5053
println("testing: ", string(name))

0 commit comments

Comments
 (0)