Skip to content

Commit fd8a8a1

Browse files
Adrian DamianAdrian Damian
authored andcommitted
Skipped buggy int tests
1 parent f9ba61b commit fd8a8a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astroquery/cadc/tests/test_cadctap_remote.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def test_authsession(self):
206206

207207
@pytest.mark.skipif(one_test, reason='One test mode')
208208
@pytest.mark.skipif(not pyvo_OK, reason='not pyvo_OK')
209+
@pytest.mark.skip('https://github.com/astropy/astroquery/issues/2325')
209210
def test_get_images(self):
210211
cadc = Cadc()
211212
coords = '08h45m07.5s +54d18m00s'
@@ -253,6 +254,7 @@ def test_get_images_against_AS(self):
253254

254255
@pytest.mark.skipif(one_test, reason='One test mode')
255256
@pytest.mark.skipif(not pyvo_OK, reason='not pyvo_OK')
257+
@pytest.mark.skip('https://github.com/astropy/astroquery/issues/2325')
256258
def test_get_images_async(self):
257259
cadc = Cadc()
258260
coords = '01h45m07.5s +23d18m00s'
@@ -313,6 +315,7 @@ def test_list_tables(self):
313315
reason='Requires real CADC certificate (CADC_CERT '
314316
'environment variable)')
315317
@pytest.mark.skipif(not pyvo_OK, reason='not pyvo_OK')
318+
@pytest.mark.skip('https://github.com/astropy/astroquery/issues/2325')
316319
def test_list_jobs(self):
317320
cadc = Cadc()
318321
cadc.login(certificate_file=os.environ['CADC_CERT'])

0 commit comments

Comments
 (0)