Skip to content

Commit

Permalink
Remove delete_account() from end of test_housekeeping_deletes_files
Browse files Browse the repository at this point in the history
The block count mismatch which originally caused the account check to fail has
already been fixed by some other code change, so we don't need to delete the
account to stop it being checked any more.
  • Loading branch information
qris committed Apr 8, 2018
1 parent 629e307 commit eb4bfd4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/backupstore/testbackupstore.cpp
Expand Up @@ -3032,11 +3032,6 @@ bool test_housekeeping_deletes_files()
// teardown_test_backupstore() don't fail.
ExpectedRefCounts.resize(2);

// Delete the account to stop teardown_test_backupstore from checking it.
// TODO FIXME investigate the block count mismatch that teardown_test_backupstore
// catches if we don't delete the account.
delete_account();

TEARDOWN_TEST_BACKUPSTORE();
}

Expand Down

0 comments on commit eb4bfd4

Please sign in to comment.