diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-25 21:01:21 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-25 21:01:21 +0000 |
commit | 94fb9d8b4301bac4b8ae0ed1992eb8f17bc2eb6c (patch) | |
tree | 0fb638e820b5511a47df5dc3bba62aba46a4a60d /test | |
parent | 0762e1a4d6de4b7b0206314302297c9dd6d7ae73 (diff) |
Testsuite: tidy spurious fails from TFO use
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0622 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/confs/0622 b/test/confs/0622 index 8f9d71980..baca47dbb 100644 --- a/test/confs/0622 +++ b/test/confs/0622 @@ -58,11 +58,12 @@ client: begin transports send_to_server: - driver = smtp + driver = smtp allow_localhost - hosts = 127.0.0.1 - port = PORT_D - max_rcpt = 0 + hosts_try_fastopen = : + hosts = 127.0.0.1 + port = PORT_D + max_rcpt = 0 HAP # ----- Retry ----- |