Skip to content

Commit d4a0485

Browse files
committed
tags
1 parent 8c0c687 commit d4a0485

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/TestHDF5.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function setup_file(tc)
5555
end
5656

5757

58-
methods (Test)
58+
methods (Test, TestTags="hdf5")
5959

6060
function test_auto_chunk_size(tc)
6161

test/TestNetCDF.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ function setup_file(tc)
5252
end
5353

5454

55-
methods (Test)
55+
methods (Test, TestTags="netcdf")
56+
5657
function test_get_variables(tc)
5758
basic = tc.TestData.basic;
5859

0 commit comments

Comments
 (0)