Skip to content

Commit 2fabbe3

Browse files
committed
reinstate tests
1 parent bd1f06f commit 2fabbe3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_compression_remote_reductionist.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
# 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.')
3333
@pytest.mark.parametrize("storage_options, active_storage_url", storage_options_paramlist)
3434
def test_compression_and_filters_cmip6_data(storage_options, active_storage_url):
3535
"""
@@ -83,7 +83,7 @@ def test_compression_and_filters_cmip6_data(storage_options, active_storage_url)
8383

8484

8585
# 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.')
8787
@pytest.mark.parametrize("storage_options, active_storage_url", storage_options_paramlist)
8888
def test_compression_and_filters_cmip6_forced_s3_from_local(storage_options, active_storage_url):
8989
"""
@@ -113,7 +113,7 @@ def test_compression_and_filters_cmip6_forced_s3_from_local(storage_options, act
113113

114114

115115
# 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.')
117117
def test_compression_and_filters_cmip6_forced_s3_from_local_2():
118118
"""
119119
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():
151151

152152

153153
# 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.')
155155
@pytest.mark.skipif(not USE_S3, reason="we need only localhost Reductionist in GA CI")
156156
@pytest.mark.skipif(REMOTE_RED, reason="we need only localhost Reductionist in GA CI")
157157
def test_compression_and_filters_cmip6_forced_s3_using_local_Reductionist():

0 commit comments

Comments
 (0)