Skip to content

Commit 45497ec

Browse files
unit test skip message
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent 75704c5 commit 45497ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cf/test/test_read_write.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,9 @@ def test_write_omit_data(self):
920920
self.assertFalse(g.array.count())
921921
self.assertTrue(g.construct("grid_latitude").array.count())
922922

923-
@unittest.skipUnless(False, "URL TEST: UNRELIABLE FLAKEY URL DESTINATION")
923+
@unittest.skipUnless(
924+
False, "URL TEST: UNRELIABLE FLAKEY URL DESTINATION. TODO REPLACE URL"
925+
)
924926
def test_read_url(self):
925927
"""Test reading urls."""
926928
for scheme in ("http", "https"):

0 commit comments

Comments
 (0)