Author: Vincent Prat <vinceprat@free.fr>
Description: Removes a test failed due to a removed non-DFSG FITS file
--- a/astroquery/nvas/tests/test_nvas.py
+++ b/astroquery/nvas/tests/test_nvas.py
@@ -110,10 +110,10 @@
     assert len(image_list) == 2
 
 
-def test_get_images(patch_post, patch_parse_coordinates,
-                    patch_get_readable_fileobj):
-    images = nvas.core.Nvas.get_images(COORDS_GAL, radius='5d0m0s', band='all')
-    assert images is not None
+#def test_get_images(patch_post, patch_parse_coordinates,
+#                    patch_get_readable_fileobj):
+#    images = nvas.core.Nvas.get_images(COORDS_GAL, radius='5d0m0s', band='all')
+#    assert images is not None
 
 
 def test_get_image_list(patch_post, patch_parse_coordinates):
