diff --git a/packages/indexer-common/src/indexer-management/__tests__/allocations.test.ts b/packages/indexer-common/src/indexer-management/__tests__/allocations.test.ts index 5c9e4a9d7..e798d0680 100644 --- a/packages/indexer-common/src/indexer-management/__tests__/allocations.test.ts +++ b/packages/indexer-common/src/indexer-management/__tests__/allocations.test.ts @@ -96,8 +96,8 @@ const teardownEach = async () => { } const teardownAll = async () => { - await network.receiptCollector.stopCollectingReceipts() - await sequelize.drop({}) + //await network.receiptCollector.stopCollectingReceipts() + //await sequelize.drop({}) } describe('Allocation Manager', () => {