diff --git a/src/tests/test_txn_abort9.c b/src/tests/test_txn_abort9.c index af16756c2a6..061f0b72d60 100644 --- a/src/tests/test_txn_abort9.c +++ b/src/tests/test_txn_abort9.c @@ -10,6 +10,13 @@ // void test_abort_close(void) { +#ifndef USE_TDB +#if DB_VERSION_MAJOR==4 && DB_VERSION_MINOR==3 + fprintf(stderr, "%s does not work for BDB %d.%d. Not running\n", __FILE__, DB_VERSION_MAJOR, DB_VERSION_MINOR); + return; +#endif +#endif + system("rm -rf " ENVDIR); mkdir(ENVDIR, 0777);