Skip to content

Commit

Permalink
Remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Nov 7, 2024
1 parent 8062b05 commit 82b74c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/test_fsspec_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,3 @@ def test_fsspec_streaming_via_read_nwb(self):
nwbfile = NWBZarrIO.read_nwb(self.s3_aind_path)
self.assertEqual(nwbfile.identifier, "ecephys_625749_2022-08-03_15-15-06")
self.assertEqual(nwbfile.institution, "AIND")

# Try a https:// URL as well
nwbfile = NWBZarrIO.read_nwb(self.https_s3_path)
self.assertIsNotNone(nwbfile)

0 comments on commit 82b74c2

Please sign in to comment.