Blame SOURCES/xfail-test_latex_remote_images.patch

6da384
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py
6da384
index 55f48cd..78ccecd 100644
6da384
--- a/tests/test_build_latex.py
6da384
+++ b/tests/test_build_latex.py
6da384
@@ -1009,7 +1009,7 @@ def test_latex_raw_directive(app, status, warning):
6da384
     assert 'HTML: abc  ghi' in result
6da384
     assert 'LaTeX: abc def ghi' in result
6da384
 
6da384
-
6da384
+@pytest.mark.xfail(reason="this test requires internet connection")
6da384
 @pytest.mark.sphinx('latex', testroot='images')
6da384
 def test_latex_remote_images(app, status, warning):
6da384
     app.builder.build_all()