Skip to content
Snippets Groups Projects
Commit 74d99b61 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

Tmp remove 1006 tests (fix later)

parent 60f3a9b4
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,8 @@ classdef test_expcodes < matlab.unittest.TestCase ...@@ -6,7 +6,8 @@ classdef test_expcodes < matlab.unittest.TestCase
end end
properties(MethodSetupParameter) properties(MethodSetupParameter)
expcode_number = {1,1005,1006}; % list of expcodes to test %expcode_number = {1,1005,1006}; % list of expcodes to test
expcode_number = {1,1005}; % list of expcodes to test (tmp)
end end
methods(TestClassSetup) methods(TestClassSetup)
......
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