This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Marcin Niemira
Recipients Marcin Niemira
Date 2019-04-11.10:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554978898.45.0.176655214392.issue36600@roundup.psfhosted.org>
In-reply-to
Content
Disabled test in not failing anymore.

```./python -m test -u all -v test_nntplib -m test_article_head_body
== CPython 3.8.0a3+ (heads/feature/pep-572-improvement-in-smtplib-dirty:f4efa312d1, Apr 8 2019, 21:0) [GCC 7.3.0]
== Linux-4.15.0-46-generic-x86_64-with-glibc2.26 little-endian
== cwd: /home/n0npax/workspace/cpython/build/test_python_15162
== CPU count: 4
== encodings: locale=UTF-8, FS=utf-8
Run tests sequentially
0:00:00 load avg: 1.13 [1/1] test_nntplib
test_article_head_body (test.test_nntplib.NetworkedNNTPTests) ... ok
test_article_head_body (test.test_nntplib.NetworkedNNTP_SSLTests) ... ok

----------------------------------------------------------------------

Ran 2 tests in 7.172s

OK

== Tests result: SUCCESS ==

1 test OK.

Total duration: 7 sec 282 ms
Tests result: SUCCESS
```
History
Date User Action Args
2019-04-11 10:34:58Marcin Niemirasetrecipients: + Marcin Niemira
2019-04-11 10:34:58Marcin Niemirasetmessageid: <1554978898.45.0.176655214392.issue36600@roundup.psfhosted.org>
2019-04-11 10:34:58Marcin Niemiralinkissue36600 messages
2019-04-11 10:34:58Marcin Niemiracreate