diff --git a/nwb_linkml/tests/test_io/test_io_hdf5.py b/nwb_linkml/tests/test_io/test_io_hdf5.py index 96c79a5..47ac3b7 100644 --- a/nwb_linkml/tests/test_io/test_io_hdf5.py +++ b/nwb_linkml/tests/test_io/test_io_hdf5.py @@ -18,8 +18,6 @@ def test_hdf_read(data_dir, dset): # the test for now is just whether we can read it lol model = io.read() - -@pytest.mark.skip() def test_truncate_file(tmp_output_dir): source = tmp_output_dir / 'truncate_source.hdf5'