chore: skip test to allow server changes in behavior

This commit is contained in:
Karol Sójko
2023-09-28 14:34:59 +02:00
parent 4b1140d8f0
commit 94de5b73db

View File

@@ -52,7 +52,7 @@ describe('designated survival', function () {
expect(vault.sharing.designatedSurvivor).to.equal(contactContext.userUuid) expect(vault.sharing.designatedSurvivor).to.equal(contactContext.userUuid)
}) })
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', () => {
it('should not remove all users from the vault upon shared vault removal', async () => { it('should not remove all users from the vault upon shared vault removal', async () => {
const { sharedVault, contactContext } = const { sharedVault, contactContext } =
await Collaboration.createSharedVaultWithAcceptedInvite(context) await Collaboration.createSharedVaultWithAcceptedInvite(context)