Skip to content

Commit

Permalink
enable until-found in win which works with default timeout now
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Nov 8, 2020
1 parent 4fef88e commit 49d9be5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file added tests/fixtures/中文/2018/07/31/IMG_7409.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions tests/test_download_photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ def test_skip_existing_downloads(self):
)
assert result.exit_code == 0

@pytest.mark.skipif(sys.platform == 'win32',
reason="requires large timeout on windows to create big files")
def test_until_found(self):
base_dir = os.path.normpath("tests/fixtures/Photos")
if os.path.exists(base_dir):
Expand Down

0 comments on commit 49d9be5

Please sign in to comment.