From 1755dcc06ac4648eb750223d29de0a576b13012e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 19 Oct 2023 14:19:33 +0200 Subject: [PATCH] chore: skip flaky test --- packages/snjs/mocha/vaults/surviving.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snjs/mocha/vaults/surviving.test.js b/packages/snjs/mocha/vaults/surviving.test.js index c5c00ed02..a2b7ed486 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