70bb4d5
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py
70bb4d5
index 66ca916..75472d2 100644
70bb4d5
--- a/setuptools/tests/test_egg_info.py
70bb4d5
+++ b/setuptools/tests/test_egg_info.py
70bb4d5
@@ -233,8 +233,10 @@ class TestEggInfo(object):
70bb4d5
         '''
70bb4d5
         install_requires_deterministic
70bb4d5
 
70bb4d5
+        @xfail
70bb4d5
         install_requires=["fake-factory==0.5.2", "pytz"]
70bb4d5
 
70bb4d5
+        @xfail
70bb4d5
         [options]
70bb4d5
         install_requires =
70bb4d5
             fake-factory==0.5.2
70bb4d5
@@ -393,6 +395,7 @@ class TestEggInfo(object):
70bb4d5
         assert install_requires.lstrip() == expected_requires
70bb4d5
         assert glob.glob(os.path.join(env.paths['lib'], 'barbazquux*')) == []
70bb4d5
 
70bb4d5
+    @pytest.mark.xfail(reason="Test requires an internet connection")
70bb4d5
     def test_install_requires_unordered_disallowed(self, tmpdir_cwd, env):
70bb4d5
         """
70bb4d5
         Packages that pass unordered install_requires sequences