summaryrefslogtreecommitdiff
path: root/bench/wtperf/idle_table_cycle.c
diff options
context:
space:
mode:
Diffstat (limited to 'bench/wtperf/idle_table_cycle.c')
-rw-r--r--bench/wtperf/idle_table_cycle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/wtperf/idle_table_cycle.c b/bench/wtperf/idle_table_cycle.c
index 13fa55e86f5..bb44cfbde59 100644
--- a/bench/wtperf/idle_table_cycle.c
+++ b/bench/wtperf/idle_table_cycle.c
@@ -120,6 +120,7 @@ cycle_idle_tables(void *arg)
return (NULL);
start = stop;
+#if 1
/*
* Drop the table. Keep retrying on EBUSY failure - it is an
* expected return when checkpoints are happening.
@@ -136,6 +137,7 @@ cycle_idle_tables(void *arg)
}
if (check_timing(wtperf, "drop", start, &stop) != 0)
return (NULL);
+#endif
}
return (NULL);