Skip to content

Commit cad5e34

Browse files
committed
[Py] Excludes a redmail test again that was accidentially included again
1 parent 184fac6 commit cad5e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rosetta-test-py/sendmail-redmail.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ def sendmail_error(env, result):
183183
"test_multiple_attachments_with_same_name",
184184

185185
"test_CRLF_detection_in_send-message_recipient",
186-
"test_CRLF_mitigation_in_send-message_sender",),
186+
"test_CRLF_mitigation_in_send-message_sender",
187187

188-
# redmail leaks sockets when credentials are invalid
189-
#"test_Connect_with_invalid_credentials"),
188+
# redmail does not close connections when credentials are invalid
189+
"test_Connect_with_invalid_credentials"),
190190
exclude_capabilities=(
191191
"root.unicode-messages.8bitmime.automatic-detection",
192192
"root.unicode-messages.8bitmime.mandatory-options",

0 commit comments

Comments
 (0)