mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
re-enable truncate file test
This commit is contained in:
parent
91875dabb2
commit
0508e3b620
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ def test_hdf_read(data_dir, dset):
|
||||||
# the test for now is just whether we can read it lol
|
# the test for now is just whether we can read it lol
|
||||||
model = io.read()
|
model = io.read()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip()
|
|
||||||
def test_truncate_file(tmp_output_dir):
|
def test_truncate_file(tmp_output_dir):
|
||||||
source = tmp_output_dir / 'truncate_source.hdf5'
|
source = tmp_output_dir / 'truncate_source.hdf5'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue