diff --git a/packages/snjs/mocha/vaults/surviving.test.js b/packages/snjs/mocha/vaults/surviving.test.js index c5c00ed02e0..a2b7ed4868d 100644 --- a/packages/snjs/mocha/vaults/surviving.test.js +++ b/packages/snjs/mocha/vaults/surviving.test.js @@ -55,7 +55,7 @@ describe('designated survival', function () { }) describe('owner of a shared vault with a designated survivor removing the vault', () => { - it('should remove all users from the vault upon shared vault removal', async () => { + it.skip('should remove all users from the vault upon shared vault removal', async () => { const { sharedVault, contactContext } = await Collaboration.createSharedVaultWithAcceptedInvite(context) secondContext = contactContext