We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47dbce commit 5f9fc0cCopy full SHA for 5f9fc0c
src/mongo/integration/standalone/sasl_test.cpp
@@ -30,7 +30,9 @@ bool supports_sasl(DBClientConnection& conn) {
30
return result["version"].toString() >= "2.5.3";
31
}
32
33
-TEST(SASLAuthentication, LDAP) {
+// The LDAP test is temporarily disabled. TODO CXX-1212: Re-enable this test once the LDAP issues
34
+// on the RHEL 5.5 32-bit hosts have been resolved.
35
+TEST(SASLAuthentication, DISABLED_LDAP) {
36
DBClientConnection conn;
37
conn.connect("ldaptest.10gen.cc"); // only available internally or on jenkins
38
0 commit comments