Skip to content

Commit 8b97a15

Browse files
maskitzwoop
authored andcommitted
Run autest tls_hooks17 and tls_hooks18 on BoringSSL build (#9455)
(cherry picked from commit 7db64c4)
1 parent b83f535 commit 8b97a15

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/gold_tests/tls_hooks/tls_hooks17.test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
Test.SkipUnless(
2828
Condition.HasOpenSSLVersion("1.1.1"),
29-
Condition.IsOpenSSL()
3029
)
3130

3231
ts = Test.MakeATSProcess("ts", select_ports=True, enable_tls=True)

tests/gold_tests/tls_hooks/tls_hooks18.test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
Test.SkipUnless(
2828
Condition.HasOpenSSLVersion("1.1.1"),
29-
Condition.IsOpenSSL()
3029
)
3130

3231
ts = Test.MakeATSProcess("ts", select_ports=True, enable_tls=True)

0 commit comments

Comments
 (0)