Skip to content

Commit

Permalink
remove test_rename_wells deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
ieivanov committed Oct 3, 2024
1 parent 799ccfe commit 27cda8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ngff/test_ngff.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def test_rename_channel(channels_and_random_5d, arr_name, new_channel):
channels_and_random_5d=_channels_and_random_5d(),
arr_name=short_alpha_numeric,
)
@settings(deadline=None)
def test_rename_well(channels_and_random_5d, arr_name):
"""Test `iohub.ngff.Position.rename_well()`"""
channel_names, random_5d = channels_and_random_5d
Expand Down

0 comments on commit 27cda8d

Please sign in to comment.