From bfcf83014db7931d1e6c7e9d46c4f5ed65a95439 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 20 Aug 2024 18:01:29 -0600 Subject: [PATCH] Re-enable temporarily commented test parameters --- tests/integration/test_onprem_download.py | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/integration/test_onprem_download.py b/tests/integration/test_onprem_download.py index 999a91ee..619a4974 100644 --- a/tests/integration/test_onprem_download.py +++ b/tests/integration/test_onprem_download.py @@ -38,20 +38,20 @@ class TestParam(TypedDict): "granules_sample_size": 2, "granules_max_size_mb": 100, }, - # { - # "provider_name": "GES_DISC", - # "top_n_collections": 2, - # "granules_count": 100, - # "granules_sample_size": 2, - # "granules_max_size_mb": 130, - # }, - # { - # "provider_name": "LPDAAC", - # "top_n_collections": 2, - # "granules_count": 100, - # "granules_sample_size": 2, - # "granules_max_size_mb": 100, - # }, + { + "provider_name": "GES_DISC", + "n_for_top_collections": 2, + "granules_count": 100, + "granules_sample_size": 2, + "granules_max_size_mb": 130, + }, + { + "provider_name": "LPDAAC_ECS", + "n_for_top_collections": 2, + "granules_count": 100, + "granules_sample_size": 2, + "granules_max_size_mb": 100, + }, ] assertions = unittest.TestCase("__init__")