Skip to content

Commit

Permalink
override mystery
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 25, 2024
1 parent b9c2019 commit 4b609b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,10 @@ class TestInspectorAPIAndCLIZarr(TestInspectorAPIAndCLIHDF5):
true_report_file_path = EXPECTED_REPORTS_FOLDER_PATH / "true_nwbinspector_default_report_zarr.txt"
skip_validate = True

# TODO: undo this override
def test_iterable_check_function(self):
pass


class TestDANDIConfigHDF5(TestInspectorOnBackend):
BackendIOClass = BACKEND_IO_CLASSES["hdf5"]
Expand Down

0 comments on commit 4b609b8

Please sign in to comment.