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