Skip to content

Commit

Permalink
License file changed so the maybe download tests had to be updated
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Sep 17, 2023
1 parent fdee579 commit 54b171b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/ci/azureml_tests/test_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# Standard_A8m_v2 with 8 vCPUs and 64 GiB memory.

# IMPORTANT NOTE:
# FOR INTEGRATION, NO GROUP SHOULD SURPASS 45MIN = 2700s !!!
# FOR UNIT, NO GROUP SHOULD SURPASS 15MIN = 900s !!!
# FOR NIGHTLY, NO GROUP SHOULD SURPASS 45MIN = 2700s !!!
# FOR PR GATE, NO GROUP SHOULD SURPASS 15MIN = 900s !!!

global nightly_test_groups, pr_gate_test_groups

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/recommenders/datasets/test_download_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_maybe_download(files_fixtures):
if os.path.exists(filepath):
os.remove(filepath)

downloaded_filepath = maybe_download(file_url, "license.txt", expected_bytes=1162)
downloaded_filepath = maybe_download(file_url, "license.txt", expected_bytes=1212)
assert os.path.exists(downloaded_filepath)
assert os.path.basename(downloaded_filepath) == "license.txt"

Expand Down

0 comments on commit 54b171b

Please sign in to comment.