Skip to content

Commit 80f813f

Browse files
maskitzwoop
authored andcommitted
Stabilize autest tls_hooks17 (#9671)
(cherry picked from commit 194b1fa)
1 parent 5edc9c6 commit 80f813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gold_tests/tls_hooks/tls_hooks17.test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'map https://example.com:{1} http://127.0.0.1:{0}'.format(server.Variables.Port, ts.Variables.ssl_port)
5252
)
5353

54-
Test.PrepareTestPlugin(os.path.join(Test.Variables.AtsTestPluginsDir, 'ssl_hook_test.so'), ts, '-client_hello=1')
54+
Test.PrepareTestPlugin(os.path.join(Test.Variables.AtsTestPluginsDir, 'ssl_hook_test.so'), ts, '-client_hello=1 -close=1')
5555

5656
tr = Test.AddTestRun("Test one delayed client hello hook")
5757
tr.Processes.Default.StartBefore(server)

0 commit comments

Comments
 (0)