Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 2617747

Browse files
committed
Actually skip
1 parent 5fd8439 commit 2617747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

heliopy/data/test/test_cassini.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from .util import check_data_output
44

55
pytest.mark.data()
6-
pytest.skip("Cassini tests do not work on CI")
76
cassini = pytest.importorskip("heliopy.data.cassini")
87

98

9+
@pytest.mark.skip("Cassini tests do not work on CI")
1010
def test_mag_hires():
1111
starttime = datetime(2002, 2, 1)
1212
endtime = datetime(2002, 2, 1, 1)
@@ -26,6 +26,7 @@ def test_mag_hires():
2626
df = cassini.mag_hires(starttime, endtime)
2727

2828

29+
@pytest.mark.skip("Cassini tests do not work on CI")
2930
def test_mag_1min():
3031
starttime = datetime(2008, 6, 1)
3132
endtime = datetime(2008, 6, 2, 23)

0 commit comments

Comments
 (0)