diff --git a/test/unit/runtests.jl b/test/unit/runtests.jl index 534d3d6..281e4b0 100644 --- a/test/unit/runtests.jl +++ b/test/unit/runtests.jl @@ -3,8 +3,9 @@ using Test using JSON3 using LinearAlgebra using Random +using DistributedFactorGraphs include("./testDistributions.jl") include("./testFactors.jl") -@test_broken include("./testVariables.jl") #TODO update or rewrite, these are hard to maintain on changes. +@test_skip include("./testVariables.jl") #TODO update or rewrite, these are hard to maintain on changes.