diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-10-22 12:18:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 12:18:12 +0200 |
commit | 19950cb23cd7f6a38b5074725b0b53c9e2c3ca86 (patch) | |
tree | b96f4aec1ae4bb4a6f95e8a861b75658027746dc /tests | |
parent | 872f03209cccd376c0be908581164f245e558070 (diff) | |
parent | 8128913dff34ba951b55831239548b1c596af2f1 (diff) | |
download | nextcloud-server-19950cb23cd7f6a38b5074725b0b53c9e2c3ca86.tar.gz nextcloud-server-19950cb23cd7f6a38b5074725b0b53c9e2c3ca86.zip |
Merge pull request #23613 from nextcloud/tests/22305/unreliable-app-files-feature-108
Disable unreliable app-files.feature:108
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/features/app-files.feature | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature index 1117815ddab..793504443da 100644 --- a/tests/acceptance/features/app-files.feature +++ b/tests/acceptance/features/app-files.feature @@ -105,12 +105,13 @@ Feature: app-files # Then I see that the current section is "Favorites" # Then I see that the file list contains a file named "welcome.txt" - Scenario: show shares - Given I am logged in - And I share the link for "welcome.txt" - When I open the "Shares" section - Then I see that the current section is "Shares" - Then I see that the file list contains a file named "welcome.txt" +# TODO: disabled unreliable test +# Scenario: show shares +# Given I am logged in +# And I share the link for "welcome.txt" +# When I open the "Shares" section +# Then I see that the current section is "Shares" +# Then I see that the file list contains a file named "welcome.txt" # Scenario: show shares for a second time # Given I am logged in |