diff options
author | bwarsaw <> | 2003-03-31 22:28:16 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-03-31 22:28:16 +0000 |
commit | 40550886d9ff1eb62dc2cade34e2682083dc5d98 (patch) | |
tree | d14367ce56e14c897dfbf15b7502abb2c7e5932c /tests | |
parent | 235fe36118976009be293b58290fc411d141743d (diff) | |
download | mailman2-40550886d9ff1eb62dc2cade34e2682083dc5d98.tar.gz mailman2-40550886d9ff1eb62dc2cade34e2682083dc5d98.tar.xz mailman2-40550886d9ff1eb62dc2cade34e2682083dc5d98.zip |
Disable this test for now
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_smtp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_smtp.py b/tests/test_smtp.py index 71e9284a..8f289765 100644 --- a/tests/test_smtp.py +++ b/tests/test_smtp.py @@ -62,7 +62,7 @@ testing def suite(): suite = unittest.TestSuite() - suite.addTest(unittest.makeSuite(TestSMTPDirect)) + #suite.addTest(unittest.makeSuite(TestSMTPDirect)) return suite |