diff --git a/tests/test_expcodes.m b/tests/test_expcodes.m index 010fecc3c83e83915fb0fda98adf8c48a31958a6..bf17cb9165848f89bc950515f6c37bef85bf4d64 100644 --- a/tests/test_expcodes.m +++ b/tests/test_expcodes.m @@ -6,7 +6,8 @@ classdef test_expcodes < matlab.unittest.TestCase end 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 methods(TestClassSetup)