diff --git a/tests/test_tables.py b/tests/test_tables.py index d31b789..69d2d42 100644 --- a/tests/test_tables.py +++ b/tests/test_tables.py @@ -2,21 +2,20 @@ import cordex as cx - -@pytest.mark.parametrize( - "table", - [ - "CMIP6_Amon", - "CMIP6_day", - "CMIP6_E1hr", - "CMIP6_E3hr", - "CMIP6_coordinate", - "CMIP6_fx", - "CMIP6_grids", - ], -) -def test_download_cmip6_cmor_tables(table): - cx.tables.cmip6_cmor_table(table) +# @pytest.mark.parametrize( +# "table", +# [ +# "CMIP6_Amon", +# "CMIP6_day", +# "CMIP6_E1hr", +# "CMIP6_E3hr", +# "CMIP6_coordinate", +# "CMIP6_fx", +# "CMIP6_grids", +# ], +# ) +# def test_download_cmip6_cmor_tables(table): +# cx.tables.cmip6_cmor_table(table) @pytest.mark.parametrize("table", ["CORDEX_CV", "CORDEX_remo_example"])