@@ -, +, @@ --- t/db_dependent/Koha/Cash/Register.t | 5 ----- 1 file changed, 5 deletions(-) --- a/t/db_dependent/Koha/Cash/Register.t +++ a/t/db_dependent/Koha/Cash/Register.t @@ -245,11 +245,6 @@ subtest 'cashup' => sub { 'Koha::Cash::Register->outstanding_accountlines should always return the correct number of accountlines' ); - # add_cashup should not happen simultaneously with any other action - # that results in an accountline attached to the same cash register. - # In testing, we need to sleep for a second after each action that - # adds to the database. (We cannot use Time::Fake as timestamps are - # being added at the DB level, not in perl. my $accountline1 = $builder->build_object( { class => 'Koha::Account::Lines', --