Skip to content

Commit

Permalink
Remove extra skip on unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Nov 7, 2024
1 parent 82b74c2 commit 44b036d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_nwbzarrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def write_test_file(self):
with NWBZarrIO(path=self.filepath, mode="w") as io:
io.write(nwbfile)

@unittest.skip
def test_read_nwb(self):
"""
Test reading a local file with NWBZarrIO.read_nwb.
Expand Down

0 comments on commit 44b036d

Please sign in to comment.