From 61d5bf24727cbbd160bdba3699e22ce5c1951866 Mon Sep 17 00:00:00 2001 From: Dipak Acharya Date: Wed, 30 Sep 2020 16:56:56 +0545 Subject: [PATCH] [Tests-Only] skip failing autocompletion tests --- .../webUISharingAutocompletion/shareAutocompletion.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature b/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature index b2361973b97..95af8b0242e 100644 --- a/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature +++ b/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature @@ -135,6 +135,7 @@ Feature: Autocompletion of share-with names But only users and groups that contain the string "user" in their name or displayname should be listed in the autocomplete list on the webUI And the users own name should not be listed in the autocomplete list on the webUI + @skip @issue-4122 Scenario: autocompletion of a pattern that matches regular existing groups but also a group with whom the item is already shared (folder) Given user "regularuser" has logged in using the webUI And the user has browsed to the files page @@ -146,6 +147,7 @@ Feature: Autocompletion of share-with names But only users and groups that contain the string "fi" in their name or displayname should be listed in the autocomplete list on the webUI And the users own name should not be listed in the autocomplete list on the webUI + @skip @issue-4122 Scenario: autocompletion of a pattern that matches regular existing groups but also a group with whom the item is already shared (file) Given user "regularuser" has logged in using the webUI And the user has browsed to the files page