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 13, 2023
1 parent 4031203 commit 26b7b5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/io_tests/test_intern_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
import unittest
from shutil import rmtree

import numpy as np

Expand All @@ -11,7 +9,10 @@


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

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

Expand Down

0 comments on commit 26b7b5e

Please sign in to comment.