Skip to content

Commit bb949d9

Browse files
authored
Filter identity_bridge.jl out from runtests (#2812)
1 parent 6746ec1 commit bb949d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Bridges/runtests.jl

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

77
using Test
88

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

0 commit comments

Comments
 (0)