diff --git a/src/commands/utils/hamt-utils.ts b/src/commands/utils/hamt-utils.ts index 90147ba5..431c283f 100644 --- a/src/commands/utils/hamt-utils.ts +++ b/src/commands/utils/hamt-utils.ts @@ -96,6 +96,7 @@ export const recreateInitialHamtLevel = async (links: PBLink[]): Promise { expect(containingDirCid).to.eql(importerCid) }) - it.skip('results in the same hash as a sharded directory created by the importer when removing a subshard', async function () { + it('results in the same hash as a sharded directory created by the importer when removing a subshard', async function () { let { containingDirCid, fileName, @@ -195,7 +195,7 @@ describe('rm', () => { expect(containingDirCid).to.eql(importerCid) }) - it.skip('results in the same hash as a sharded directory created by the importer when removing a subshard of a subshard', async function () { + it('results in the same hash as a sharded directory created by the importer when removing a subshard of a subshard', async function () { let { containingDirCid, fileName,