File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,12 @@ case "$OS" in
48
48
;;
49
49
50
50
* )
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
56
57
# This libtool wrapper script was built in a unique dir like
57
58
# "/data/mci/998e754a0d1ed79b8bf733f405b87778/mongoc",
58
59
# replace its absolute path with "." so it can run in the CWD.
You can’t perform that action at this time.
0 commit comments