Skip to content

Commit fd370eb

Browse files
committed
suppress defVariable test
1 parent a6a378b commit fd370eb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ using UUIDs
2121
# logger = SimpleLogger(stdout, Logging.Debug)
2222
# global_logger(logger)
2323

24-
@testset "Check @defVariable design" begin
25-
include("test_defVariable.jl")
26-
end
24+
# @testset "Check @defVariable design" begin
25+
# include("test_defVariable.jl")
26+
# end
2727

2828
include("testBlocks.jl")
2929

test/test_defVariable.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ end
6161
@test getManifold( TestVariableType2) == Euclidean(2)
6262

6363
# legacy
64-
@test getManifolds(TestVariableType1) == (:Euclid,)
64+
# @test getManifolds(TestVariableType1) == (:Euclid,)
6565
@test getDimension(TestVariableType1) === 1
66-
@test getManifolds(TestVariableType2) == (:Euclid,:Euclid)
66+
# @test getManifolds(TestVariableType2) == (:Euclid,:Euclid)
6767
@test getDimension(TestVariableType2) === 2
6868

6969
##
@@ -73,9 +73,9 @@ end
7373
@test getManifold( TestVariableType2()) == Euclidean(2)
7474

7575
# legacy
76-
@test getManifolds(TestVariableType1()) == (:Euclid,)
76+
# @test getManifolds(TestVariableType1()) == (:Euclid,)
7777
@test getDimension(TestVariableType1()) === 1
78-
@test getManifolds(TestVariableType2()) == (:Euclid,:Euclid)
78+
# @test getManifolds(TestVariableType2()) == (:Euclid,:Euclid)
7979
@test getDimension(TestVariableType2()) === 2
8080

8181

0 commit comments

Comments
 (0)