Skip to content

Commit 87c222c

Browse files
committed
use LDAPNOINIT in ldaps/tls tests
1 parent b9db945 commit 87c222c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ext/ldap/tests/ldap_start_tls_basic.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Patrick Allaert <[email protected]>
55
# Belgian PHP Testfest 2009
66
--EXTENSIONS--
77
ldap
8+
--ENV--
9+
LDAPNOINIT=1
810
--SKIPIF--
911
<?php require_once __DIR__ .'/skipifbindfailure.inc'; ?>
1012
--FILE--

ext/ldap/tests/ldaps_basic.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ldap_connect() - Basic ldaps test
33
--EXTENSIONS--
44
ldap
5-
--XFAIL--
6-
Passes locally but fails on CI - need investigation (configuration ?)
5+
--ENV--
6+
LDAPNOINIT=1
77
--SKIPIF--
88
<?php require_once __DIR__ .'/skipifbindfailure.inc'; ?>
99
--FILE--

0 commit comments

Comments
 (0)