Skip to content
Snippets Groups Projects
Commit dbf44df7 authored by Federico Felici's avatar Federico Felici
Browse files

update so they are skipped in new test suite

parent 306a3370
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,13 @@ classdef test_SCDclass < SCDtest
shot = 65668;
end
methods(Test)
methods(TestClassSetup)
function setup(testCase)
testCase.assumeFail('skipping while expcode containers not defined in SCDDS-core')
end
end
methods(Test,TestTags={'unit'})
function test_load(testCase)
SCD.load(testCase.expcode);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment