We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184fac6 commit cad5e34Copy full SHA for cad5e34
rosetta-test-py/sendmail-redmail.py
@@ -183,10 +183,10 @@ def sendmail_error(env, result):
183
"test_multiple_attachments_with_same_name",
184
185
"test_CRLF_detection_in_send-message_recipient",
186
- "test_CRLF_mitigation_in_send-message_sender",),
+ "test_CRLF_mitigation_in_send-message_sender",
187
188
- # redmail leaks sockets when credentials are invalid
189
- #"test_Connect_with_invalid_credentials"),
+ # redmail does not close connections when credentials are invalid
+ "test_Connect_with_invalid_credentials"),
190
exclude_capabilities=(
191
"root.unicode-messages.8bitmime.automatic-detection",
192
"root.unicode-messages.8bitmime.mandatory-options",
0 commit comments