Skip to content

Commit c81fd80

Browse files
committed
Filter identity_bridge.jl out from runtests
1 parent 6746ec1 commit c81fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Bridges/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using Test
88

9-
files_to_exclude = ["runtests.jl", "sdpa_models.jl", "utilities.jl"]
9+
files_to_exclude = ["runtests.jl", "sdpa_models.jl", "utilities.jl", "identity_bridge.jl"]
1010
@testset "$(file)" for file in readdir(@__DIR__; join = true)
1111
if !endswith(file, ".jl") || any(f -> endswith(file, f), files_to_exclude)
1212
continue

0 commit comments

Comments
 (0)