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 c81fd80Copy full SHA for c81fd80
test/Bridges/runtests.jl
@@ -6,7 +6,7 @@
6
7
using Test
8
9
-files_to_exclude = ["runtests.jl", "sdpa_models.jl", "utilities.jl"]
+files_to_exclude = ["runtests.jl", "sdpa_models.jl", "utilities.jl", "identity_bridge.jl"]
10
@testset "$(file)" for file in readdir(@__DIR__; join = true)
11
if !endswith(file, ".jl") || any(f -> endswith(file, f), files_to_exclude)
12
continue
0 commit comments