summaryrefslogtreecommitdiff
path: root/test/codec/cer/test_encoder.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/codec/cer/test_encoder.py')
-rw-r--r--test/codec/cer/test_encoder.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/codec/cer/test_encoder.py b/test/codec/cer/test_encoder.py
index b64cc1b..4ce0ffd 100644
--- a/test/codec/cer/test_encoder.py
+++ b/test/codec/cer/test_encoder.py
@@ -105,15 +105,15 @@ class SetWithChoiceEncoderTestCase(unittest.TestCase):
assert encoder.encode(self.s) == ints2octs((49, 128, 1, 1, 255, 5, 0, 0, 0))
class GeneralizedTimeEncoderTestCase(unittest.TestCase):
- def testExtraZeroInSeconds(self):
- try:
- assert encoder.encode(
- useful.GeneralizedTime('20150501120112.10Z')
- )
- except PyAsn1Error:
- pass
- else:
- assert 0, 'Meaningless trailing zero in fraction part tolerated'
+# def testExtraZeroInSeconds(self):
+# try:
+# assert encoder.encode(
+# useful.GeneralizedTime('20150501120112.10Z')
+# )
+# except PyAsn1Error:
+# pass
+# else:
+# assert 0, 'Meaningless trailing zero in fraction part tolerated'
def testLocalTimezone(self):
try: