summaryrefslogtreecommitdiff
path: root/test/csuite/wt2246_col_append/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/csuite/wt2246_col_append/main.c')
-rw-r--r--test/csuite/wt2246_col_append/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/csuite/wt2246_col_append/main.c b/test/csuite/wt2246_col_append/main.c
index 4b352b26051..976e2269da6 100644
--- a/test/csuite/wt2246_col_append/main.c
+++ b/test/csuite/wt2246_col_append/main.c
@@ -101,9 +101,10 @@ main(int argc, char *argv[])
uint64_t i, id;
char buf[100];
+ if (!testutil_enable_long_tests()) /* Ignore unless requested */
+ return (EXIT_SUCCESS);
+
opts = &_opts;
- if (testutil_disable_long_tests())
- return (0);
memset(opts, 0, sizeof(*opts));
opts->table_type = TABLE_ROW;
opts->n_append_threads = N_APPEND_THREADS;