aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_pyg.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_pyg.py b/test/test_pyg.py
index d3fa3a7..7a4e48a 100644
--- a/test/test_pyg.py
+++ b/test/test_pyg.py
@@ -9,6 +9,7 @@ import unittest
import mail2news
+@unittest.skip('not ready')
class TestM2N(unittest.TestCase):
expected_output = """Newsgroups: pyg.test
From: Pyg <pyg@localhost.com>
@@ -37,7 +38,7 @@ one line test
self.assertEqual(out, self.expected_output)
-# @unittest.skip('not ready')
+@unittest.skip('not ready')
class TestN2M(unittest.TestCase):
expected_output = """Received: from GATEWAY by mitmanek.ceplovi.cz with pyg
for <test@example.com> ; Mon Dec 15 17:13:30 2014 (CEST)