From 56b0dc0b3d62c65a14ad43f4b34088c577b60004 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 21 Oct 2020 21:53:29 +0200 Subject: [PATCH] Disable unreliable app-files.feature:108 Signed-off-by: Morris Jobke --- tests/acceptance/features/app-files.feature | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature index 1117815dda..793504443d 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