Skip to content

Commit 5f9fc0c

Browse files
committed
CXX-1212 Temporarily disable SASLAuthentication.LDAP test
1 parent e47dbce commit 5f9fc0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mongo/integration/standalone/sasl_test.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ bool supports_sasl(DBClientConnection& conn) {
3030
return result["version"].toString() >= "2.5.3";
3131
}
3232

33-
TEST(SASLAuthentication, LDAP) {
33+
// 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) {
3436
DBClientConnection conn;
3537
conn.connect("ldaptest.10gen.cc"); // only available internally or on jenkins
3638

0 commit comments

Comments
 (0)