We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1140d commit 94de5b7Copy full SHA for 94de5b7
packages/snjs/mocha/vaults/surviving.test.js
@@ -52,7 +52,7 @@ describe('designated survival', function () {
52
expect(vault.sharing.designatedSurvivor).to.equal(contactContext.userUuid)
53
})
54
55
- describe('owner of a shared vault with a designated survivor removing the vault', () => {
+ describe.skip('owner of a shared vault with a designated survivor removing the vault', () => {
56
it('should not remove all users from the vault upon shared vault removal', async () => {
57
const { sharedVault, contactContext } =
58
await Collaboration.createSharedVaultWithAcceptedInvite(context)
0 commit comments