We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0c687 commit d4a0485Copy full SHA for d4a0485
test/TestHDF5.m
@@ -55,7 +55,7 @@ function setup_file(tc)
55
end
56
57
58
-methods (Test)
+methods (Test, TestTags="hdf5")
59
60
function test_auto_chunk_size(tc)
61
test/TestNetCDF.m
@@ -52,7 +52,8 @@ function setup_file(tc)
52
53
54
+methods (Test, TestTags="netcdf")
+
function test_get_variables(tc)
basic = tc.TestData.basic;
0 commit comments