Skip to content

Commit

Permalink
skip slow tests by default due to OOMs on the build machine
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerzy Kowalski committed Jun 27, 2022
1 parent 9e8aed0 commit 0c1623d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

from apeer_ometiff_library.io import OmeTiffFile, write_ometiff

# Change to False if you want to skip log running tests
_RUN_SLOW_TESTS = True
# Change to True if you want to include log running tests in the test suite
_RUN_SLOW_TESTS = False


class TestOmeTiffFile(unittest.TestCase):
Expand Down

0 comments on commit 0c1623d

Please sign in to comment.