Blame SOURCES/xfail-test_latex_remote_images.patch

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