diff options
Diffstat (limited to 'src/mongo/executor/connection_pool_test.cpp')
-rw-r--r-- | src/mongo/executor/connection_pool_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/executor/connection_pool_test.cpp b/src/mongo/executor/connection_pool_test.cpp index 6a85a5a6a76..6d70ecc54ba 100644 --- a/src/mongo/executor/connection_pool_test.cpp +++ b/src/mongo/executor/connection_pool_test.cpp @@ -437,8 +437,6 @@ TEST_F(ConnectionPoolTest, TimeoutOnSetup) { ASSERT(!conn->isOK()); ASSERT_EQ(conn->getStatus(), ErrorCodes::NetworkInterfaceExceededTimeLimit); - ASSERT_STRING_CONTAINS(conn->getStatus().reason(), - fmt::format("{}", ConnectionPool::kHostRetryTimeout)); } /** |