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 Aug 21, 2024
1 parent 01331d8 commit bfcf830
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 @@ -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__")
Expand Down

0 comments on commit bfcf830

Please sign in to comment.