Skip to content

Commit d9d6e56

Browse files
committed
Cleanup
1 parent 9ae9dab commit d9d6e56

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/runtests.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ apis = [
1111
LightDFG{NoSolverParams}(),
1212
# MetaGraphsDFG{NoSolverParams}(),
1313
# SymbolDFG{NoSolverParams}(),
14-
CloudGraphsDFG{SolverParams}("localhost", 7474, "neo4j", "test",
15-
"testUser", "testRobot", "testSession",
16-
nothing,
17-
nothing,
18-
IncrementalInference.decodePackedType,
19-
IncrementalInference.rebuildFactorMetadata!,
20-
solverParams=SolverParams())
14+
# CloudGraphsDFG{SolverParams}("localhost", 7474, "neo4j", "test",
15+
# "testUser", "testRobot", "testSession",
16+
# nothing,
17+
# nothing,
18+
# IncrementalInference.decodePackedType,
19+
# IncrementalInference.rebuildFactorMetadata!,
20+
# solverParams=SolverParams())
2121
]
2222
for api in apis
2323
@testset "Testing Driver: $(typeof(api))" begin

0 commit comments

Comments
 (0)