Bug 9031: (QA follow-up) Pass the same timezone in Calendar.t
[koha.git] / t / db_dependent / Auth.t
index b8f2b2e..b451f15 100644 (file)
@@ -29,6 +29,10 @@ my $schema  = Koha::Database->schema;
 my $builder = t::lib::TestBuilder->new;
 my $dbh     = C4::Context->dbh;
 
+# FIXME: SessionStorage defaults to mysql, but it seems to break transaction
+# handling
+t::lib::Mocks::mock_preference( 'SessionStorage', 'tmp' );
+
 $schema->storage->txn_begin;
 
 subtest 'checkauth() tests' => sub {