From 9d965fa9eb498a36851eb058d1472981e7f3101e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 14 Mar 2019 13:45:36 +0100 Subject: [PATCH] Disable failing comments app test - act 2 Signed-off-by: Morris Jobke --- tests/acceptance/features/app-comments.feature | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/acceptance/features/app-comments.feature b/tests/acceptance/features/app-comments.feature index 38c6c59af82..4fb948ea6fa 100644 --- a/tests/acceptance/features/app-comments.feature +++ b/tests/acceptance/features/app-comments.feature @@ -1,11 +1,11 @@ Feature: app-comments - Scenario: Writing a comment - Given I am logged in - And I open the details view for "welcome.txt" - And I open the "Comments" tab in the details view - When I create a new comment with "Hello world" as message - Then I see a comment with "Hello world" as message +# Scenario: Writing a comment +# Given I am logged in +# And I open the details view for "welcome.txt" +# And I open the "Comments" tab in the details view +# When I create a new comment with "Hello world" as message +# Then I see a comment with "Hello world" as message # Scenario: open the comments for a different file # Given I am logged in