Skip to content

Commit edbc818

Browse files
committed
mark tests as remote
1 parent 18a1e66 commit edbc818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroquery/xmm_newton/tests/test_xmm_newton.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def get_dummy_tap_handler(self):
2626
dummyTapHandler = DummyXMMNewtonTapHandler("launch_job", parameterst)
2727
return dummyTapHandler
2828

29+
@pytest.mark.remote_data
2930
def test_download_data(self):
3031
parameters = {'observation_id': "0112880801",
3132
'level': "ODF",
@@ -38,6 +39,7 @@ def test_download_data(self):
3839
level=parameters['level']
3940
)
4041

42+
@pytest.mark.remote_data
4143
def test_get_postcard(self):
4244
parameters = {'observation_id': "0112880801",
4345
'image_type': "OBS_EPIC",

0 commit comments

Comments
 (0)