|
29 | 29 |
|
30 | 30 |
|
31 | 31 | # CMIP6_test.nc keeps being unavailable due to BNL bucket unavailable
|
32 |
| -@pytest.mark.xfail(reason='JASMIN messing about with SOF.') |
| 32 | +# @pytest.mark.xfail(reason='JASMIN messing about with SOF.') |
33 | 33 | @pytest.mark.parametrize("storage_options, active_storage_url", storage_options_paramlist)
|
34 | 34 | def test_compression_and_filters_cmip6_data(storage_options, active_storage_url):
|
35 | 35 | """
|
@@ -83,7 +83,7 @@ def test_compression_and_filters_cmip6_data(storage_options, active_storage_url)
|
83 | 83 |
|
84 | 84 |
|
85 | 85 | # CMIP6_test.nc keeps being unavailable due to BNL bucket unavailable
|
86 |
| -@pytest.mark.xfail(reason='JASMIN messing about with SOF.') |
| 86 | +# @pytest.mark.xfail(reason='JASMIN messing about with SOF.') |
87 | 87 | @pytest.mark.parametrize("storage_options, active_storage_url", storage_options_paramlist)
|
88 | 88 | def test_compression_and_filters_cmip6_forced_s3_from_local(storage_options, active_storage_url):
|
89 | 89 | """
|
@@ -113,7 +113,7 @@ def test_compression_and_filters_cmip6_forced_s3_from_local(storage_options, act
|
113 | 113 |
|
114 | 114 |
|
115 | 115 | # CMIP6_test.nc keeps being unavailable due to BNL bucket unavailable
|
116 |
| -@pytest.mark.xfail(reason='JASMIN messing about with SOF.') |
| 116 | +# @pytest.mark.xfail(reason='JASMIN messing about with SOF.') |
117 | 117 | def test_compression_and_filters_cmip6_forced_s3_from_local_2():
|
118 | 118 | """
|
119 | 119 | Test use of datasets with compression and filters applied for a real
|
@@ -151,7 +151,7 @@ def test_compression_and_filters_cmip6_forced_s3_from_local_2():
|
151 | 151 |
|
152 | 152 |
|
153 | 153 | # CMIP6_test.nc keeps being unavailable due to BNL bucket unavailable
|
154 |
| -@pytest.mark.xfail(reason='JASMIN messing about with SOF.') |
| 154 | +# @pytest.mark.xfail(reason='JASMIN messing about with SOF.') |
155 | 155 | @pytest.mark.skipif(not USE_S3, reason="we need only localhost Reductionist in GA CI")
|
156 | 156 | @pytest.mark.skipif(REMOTE_RED, reason="we need only localhost Reductionist in GA CI")
|
157 | 157 | def test_compression_and_filters_cmip6_forced_s3_using_local_Reductionist():
|
|
0 commit comments