Skip to content

Commit bfd797f

Browse files
committed
Temporarily skip latest model version assertion in MetaTypeTest
1 parent 727ee9c commit bfd797f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/tests/+ommtest/+internal/MetaTypeTest.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ function testRegistrySingleton(testCase)
66

77
registry = MetaTypeRegistry.getSingleton();
88
testCase.verifyClass(registry, 'openminds.internal.meta.MetaTypeRegistry');
9-
testCase.verifyEqual(registry.ModelVersion, "latest")
9+
% Todo: uncomment. Currently pinned to v4.0 as v5.0 is not supported yet.
10+
% testCase.verifyEqual(registry.ModelVersion, "latest")
1011

1112
% Verify that we get the same handle if we ask for the singleton again
1213
newRegistry = MetaTypeRegistry.getSingleton();

0 commit comments

Comments
 (0)