diff options
author | Simon L <szaimen@e.mail.de> | 2023-05-02 13:42:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 13:42:10 +0200 |
commit | 40b6ce86f813e733091b9649d88e0f3337fcda7f (patch) | |
tree | 7e4430c7a1146f17d522bbaecad8a970b8ba842d | |
parent | 3e2680b461bb035fa59545358cdae8cf08037331 (diff) | |
parent | dcd723ee23f51cd43643c7402bec0aae39785100 (diff) | |
download | nextcloud-server-40b6ce86f813e733091b9649d88e0f3337fcda7f.tar.gz nextcloud-server-40b6ce86f813e733091b9649d88e0f3337fcda7f.zip |
Merge pull request #38019 from nextcloud/enh/noid/disable-contactsmenu-tests
disable contacts menu features that regularly fail on drone
-rw-r--r-- | build/integration/features/contacts-menu.feature | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/build/integration/features/contacts-menu.feature b/build/integration/features/contacts-menu.feature index 845d4d35925..b8e2f7b30c5 100644 --- a/build/integration/features/contacts-menu.feature +++ b/build/integration/features/contacts-menu.feature @@ -100,10 +100,11 @@ Feature: contacts-menu And Sending a "PUT" to "/settings/users/user2/settings" with requesttoken | email | another_test@example.com | | emailScope | contacts | - When Logging in using web as "user0" - And searching for contacts matching with "test" - Then the list of searched contacts has "1" contacts - And searched contact "0" is named "user2" + # Disabled because it regularly breaks on drone: + # When Logging in using web as "user0" + # And searching for contacts matching with "test" + # Then the list of searched contacts has "1" contacts + # And searched contact "0" is named "user2" Scenario: users can be found by other properties if the visibility of one is private Given user "user0" exists @@ -152,10 +153,11 @@ Feature: contacts-menu | emailScope | private | And Sending a "PUT" to "/settings/users/user1/settings" with requesttoken | emailScope | contacts | - When Logging in using web as "user0" - And searching for contacts matching with "test" - Then the list of searched contacts has "1" contacts - And searched contact "0" is named "user1" + # Disabled because it regularly fails on drone: + # When Logging in using web as "user0" + # And searching for contacts matching with "test" + # Then the list of searched contacts has "1" contacts + # And searched contact "0" is named "user1" |