HDFFV-10876 ignore old reference API tests

This commit is contained in:
Allen Byrne
2019-12-07 15:05:08 -06:00
committed by David Young
parent 7319765239
commit a768dd5a0c
3 changed files with 26 additions and 40 deletions

View File

@@ -409,6 +409,6 @@ public class TestH5 {
for(int col = 0; col < DIM_Y; col++) {
assertTrue("H5export_dataset: <"+row+","+col+">"+dset_indata[row][col]+"=99", dset_indata[row][col]==99);
}
// _deleteH5file();
_deleteH5file();
}
}