Skip to content

Commit 3650a48

Browse files
committed
oops, haskey too
1 parent bcd537d commit 3650a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ if get(ENV, "IIF_TEST", "") == "true"
8787
using IncrementalInference
8888

8989
apis = [LightDFG(solverParams=SolverParams(), userId="testUserId")]
90-
ENV["SKIP_CGDFG_TESTS"] != "true" ? push!(apis, CloudGraphsDFG(solverParams=SolverParams(), userId="testUserId") ) : nothing
90+
haskey(ENV, "SKIP_CGDFG_TESTS") && ENV["SKIP_CGDFG_TESTS"] != "true" ? push!(apis, CloudGraphsDFG(solverParams=SolverParams(), userId="testUserId") ) : nothing
9191
# GraphsDFG{SolverParams}()
92-
92+
9393
for api in apis
9494
@testset "Testing Driver: $(typeof(api))" begin
9595
@info "Testing Driver: $(api)"

0 commit comments

Comments
 (0)