8db7d0
diff --git a/Lib/test/test_smtplib.py b/Lib/test/test_smtplib.py
8db7d0
index 1bb6690..28ed25d 100644
8db7d0
--- a/Lib/test/test_smtplib.py
8db7d0
+++ b/Lib/test/test_smtplib.py
8db7d0
@@ -182,6 +182,7 @@ class DebuggingServerTests(unittest.TestCase):
8db7d0
         smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=15)
8db7d0
         smtp.quit()
8db7d0
 
8db7d0
+    @unittest._skipInRpmBuild("Does not work in network-free environment")
8db7d0
     def testNOOP(self):
8db7d0
         smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=15)
8db7d0
         expected = (250, 'Ok')