Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerapritchard committed Jan 12, 2025
1 parent 1c5eb36 commit 003ef55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_missionsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,11 +578,12 @@ def test_tess_return_clouduri_not_download():
lc_man = toi.timeseries[mask].download()
assert lc_man["Local Path"][0][0:5] == "s3://"


"""The below was working for Christina but not for Tyler or Github Actions.
I've commented this out so we can get this merged with passing tests as I
verified its working locally but lets revisit"""

#def test_cached_files_no_filesize_check():
# def test_cached_files_no_filesize_check():
# """Test to see if turning off the file size check results in a faster return."""
#
# @contextmanager
Expand Down Expand Up @@ -623,4 +624,4 @@ def test_tess_return_clouduri_not_download():
# pytest.fail(
# "`CHECK_CACHED_FILE_SIZES` set to `False` still results in a file size check."
# )
#
#

0 comments on commit 003ef55

Please sign in to comment.