File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ def test_authsession(self):
206
206
207
207
@pytest .mark .skipif (one_test , reason = 'One test mode' )
208
208
@pytest .mark .skipif (not pyvo_OK , reason = 'not pyvo_OK' )
209
+ @pytest .mark .skip ('https://github.com/astropy/astroquery/issues/2325' )
209
210
def test_get_images (self ):
210
211
cadc = Cadc ()
211
212
coords = '08h45m07.5s +54d18m00s'
@@ -253,6 +254,7 @@ def test_get_images_against_AS(self):
253
254
254
255
@pytest .mark .skipif (one_test , reason = 'One test mode' )
255
256
@pytest .mark .skipif (not pyvo_OK , reason = 'not pyvo_OK' )
257
+ @pytest .mark .skip ('https://github.com/astropy/astroquery/issues/2325' )
256
258
def test_get_images_async (self ):
257
259
cadc = Cadc ()
258
260
coords = '01h45m07.5s +23d18m00s'
@@ -313,6 +315,7 @@ def test_list_tables(self):
313
315
reason = 'Requires real CADC certificate (CADC_CERT '
314
316
'environment variable)' )
315
317
@pytest .mark .skipif (not pyvo_OK , reason = 'not pyvo_OK' )
318
+ @pytest .mark .skip ('https://github.com/astropy/astroquery/issues/2325' )
316
319
def test_list_jobs (self ):
317
320
cadc = Cadc ()
318
321
cadc .login (certificate_file = os .environ ['CADC_CERT' ])
You can’t perform that action at this time.
0 commit comments