Skip to content

Commit 8516ae8

Browse files
committed
Skip LDAP TLS max version test for now
1 parent 034c3f2 commit 8516ae8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/ldap/tests/ldap_start_tls_rc_max_version.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ ldap
66
LDAPCONF={PWD}/ldap_start_tls_rc_max_version.conf
77
--SKIPIF--
88
<?php
9+
// Skip in CI for now as adding olcTLSProtocolMin does not seem to work (needs investigation)
10+
if (getenv('CI')) {
11+
die("Skip in CI for now");
12+
}
913
$require_vendor = [
1014
"name" => "OpenLDAP",
1115
"min_version" => 20600,

0 commit comments

Comments
 (0)