From d993faebaa902b2b9347e923e303b9d883b6a733 Mon Sep 17 00:00:00 2001 From: Niraj Acharya Date: Mon, 23 Dec 2024 10:41:11 +0545 Subject: [PATCH] test: skip master key test --- .../features/webUIMasterKeyType/webUIMasterKeys.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/webUIMasterKeyType/webUIMasterKeys.feature b/tests/acceptance/features/webUIMasterKeyType/webUIMasterKeys.feature index d8e94512..5693454d 100644 --- a/tests/acceptance/features/webUIMasterKeyType/webUIMasterKeys.feature +++ b/tests/acceptance/features/webUIMasterKeyType/webUIMasterKeys.feature @@ -4,7 +4,7 @@ Feature: encrypt files using master keys I want to be able to encrypt user files using master keys So that I can use a common key to encrypt files of all user - + @skip @issue-409 Scenario: user cannot access their file after recreating master key with re-login Given user "Alice" has been created with default attributes and large skeleton files And the administrator has set the encryption type to "masterkey"