Skip to content

Commit

Permalink
Mark intern test as failing
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Sep 12, 2023
1 parent 4031203 commit 8946820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/io_tests/test_intern_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

@unittest.skipIf(array is None, "Needs intern (pip install intern)")
class TestInternWrapper(unittest.TestCase):

# the address is currently not available
@unittest.expectedFailure
def test_can_access_dataset(self):
from elf.io.intern_wrapper import InternDataset

Expand Down

0 comments on commit 8946820

Please sign in to comment.