summaryrefslogtreecommitdiff
path: root/src/mongo/watchdog/watchdog_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/watchdog/watchdog_test.cpp')
-rw-r--r--src/mongo/watchdog/watchdog_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/watchdog/watchdog_test.cpp b/src/mongo/watchdog/watchdog_test.cpp
index fd3b34602c9..e8e822407d2 100644
--- a/src/mongo/watchdog/watchdog_test.cpp
+++ b/src/mongo/watchdog/watchdog_test.cpp
@@ -363,9 +363,6 @@ TEST_F(WatchdogMonitorThreadTest, SleepyHungCheck) {
deathEvent.wait();
- // Make sure we actually did some checks
- ASSERT_GTE(checkThread.getGeneration(), 2);
-
monitorThread.shutdown();
checkThread.shutdown();