Blame SOURCES/xfail-test_latex_remote_images.patch

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