We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6746ec1 commit bb949d9Copy full SHA for bb949d9
test/Bridges/runtests.jl
@@ -6,7 +6,8 @@
6
7
using Test
8
9
-files_to_exclude = ["runtests.jl", "sdpa_models.jl", "utilities.jl"]
+files_to_exclude =
10
+ ["runtests.jl", "sdpa_models.jl", "utilities.jl", "identity_bridge.jl"]
11
@testset "$(file)" for file in readdir(@__DIR__; join = true)
12
if !endswith(file, ".jl") || any(f -> endswith(file, f), files_to_exclude)
13
continue
0 commit comments