File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -505,29 +505,6 @@ def test_project_metadata(alma):
505
505
'clouds in which they must be applied.' ]
506
506
507
507
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
-
531
508
@pytest .mark .remote_data
532
509
def test_data_info_stacking (alma ):
533
510
alma .get_data_info (['uid://A001/X13d5/X1d' , 'uid://A002/X3216af/X31' ,
You can’t perform that action at this time.
0 commit comments