Skip to content

Commit 19950cb

Browse files
authored
Merge pull request #23613 from nextcloud/tests/22305/unreliable-app-files-feature-108
Disable unreliable app-files.feature:108
2 parents 872f032 + 8128913 commit 19950cb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tests/acceptance/features/app-files.feature

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,13 @@ Feature: app-files
105105
# Then I see that the current section is "Favorites"
106106
# Then I see that the file list contains a file named "welcome.txt"
107107

108-
Scenario: show shares
109-
Given I am logged in
110-
And I share the link for "welcome.txt"
111-
When I open the "Shares" section
112-
Then I see that the current section is "Shares"
113-
Then I see that the file list contains a file named "welcome.txt"
108+
# TODO: disabled unreliable test
109+
# Scenario: show shares
110+
# Given I am logged in
111+
# And I share the link for "welcome.txt"
112+
# When I open the "Shares" section
113+
# Then I see that the current section is "Shares"
114+
# Then I see that the file list contains a file named "welcome.txt"
114115

115116
# Scenario: show shares for a second time
116117
# Given I am logged in

0 commit comments

Comments
 (0)