All tests pass except for the transaction tests under MySQL. InnoDB sucks
[dbsrgits/DBM-Deep.git] / t / 35_transaction_multiple.t
index 4011618..3dc039a 100644 (file)
@@ -7,6 +7,11 @@ use t::common qw( new_dbm );
 
 use_ok( 'DBM::Deep' );
 
+if ( $ENV{NO_TEST_TRANSACTIONS} ) {
+    done_testing;
+    exit;
+}
+
 my $dbm_factory = new_dbm(
     locking => 1,
     autoflush => 1,