Skip to content

Commit f71fbb7

Browse files
committed
Remove obsolete, non-working tests
1 parent f391859 commit f71fbb7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -505,29 +505,6 @@ def test_project_metadata(alma):
505505
'clouds in which they must be applied.']
506506

507507

508-
@pytest.mark.remote_data
509-
@pytest.mark.skip('Not working for now - Investigating')
510-
def test_staging_postfeb2020(alma):
511-
512-
tbl = alma.get_data_info('uid://A001/X121/X4ba')
513-
514-
assert 'mous_uid' in tbl.colnames
515-
516-
assert '2013.1.00269.S_uid___A002_X9de499_X3d6c.asdm.sdm.tar' in tbl['name']
517-
518-
519-
@pytest.mark.remote_data
520-
@pytest.mark.skip('Not working for now - Investigating')
521-
def test_staging_uptofeb2020(alma):
522-
tbl = alma.get_data_info('uid://A001/X121/X4ba')
523-
524-
assert 'mous_uid' in tbl.colnames
525-
526-
names = [x.split("/")[-1] for x in tbl['URL']]
527-
528-
assert '2013.1.00269.S_uid___A002_X9de499_X3d6c.asdm.sdm.tar' in names
529-
530-
531508
@pytest.mark.remote_data
532509
def test_data_info_stacking(alma):
533510
alma.get_data_info(['uid://A001/X13d5/X1d', 'uid://A002/X3216af/X31',

0 commit comments

Comments
 (0)