Skip to content

Commit

Permalink
Re-enable temporarily commented test parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 26, 2024
1 parent fae144a commit 3a09c11
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/integration/test_onprem_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,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,
},
]


Expand Down

0 comments on commit 3a09c11

Please sign in to comment.