Skip to content

Commit 7ea1f91

Browse files
committed
CDRIVER-2000 Disable the sasl test for now
1 parent 2ae5f35 commit 7ea1f91

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.evergreen/run-tests.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ case "$OS" in
4848
;;
4949

5050
*)
51-
if test -f /tmp/drivers.keytab; then
52-
export MONGOC_TEST_GSSAPI_USER="drivers%40LDAPTEST.10GEN.CC"
53-
export MONGOC_TEST_GSSAPI_HOST="LDAPTEST.10GEN.CC"
54-
kinit -k -t /tmp/drivers.keytab -p [email protected]
55-
fi
51+
#if test -f /tmp/drivers.keytab; then
52+
# See CDRIVER-2000
53+
#export MONGOC_TEST_GSSAPI_USER="drivers%40LDAPTEST.10GEN.CC"
54+
#export MONGOC_TEST_GSSAPI_HOST="LDAPTEST.10GEN.CC"
55+
#kinit -k -t /tmp/drivers.keytab -p [email protected]
56+
#fi
5657
# This libtool wrapper script was built in a unique dir like
5758
# "/data/mci/998e754a0d1ed79b8bf733f405b87778/mongoc",
5859
# replace its absolute path with "." so it can run in the CWD.

0 commit comments

Comments
 (0)