From 88998a0b41b27645abf4396ff6944c1b75c6667a Mon Sep 17 00:00:00 2001 From: jasson99 Date: Mon, 26 Apr 2021 13:58:25 +0545 Subject: [PATCH] add disable previews tag for intermittent renamefiles test --- tests/acceptance/features/webUIRenameFiles/renameFiles.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/webUIRenameFiles/renameFiles.feature b/tests/acceptance/features/webUIRenameFiles/renameFiles.feature index 75d90722a28..1d769c8c3ef 100644 --- a/tests/acceptance/features/webUIRenameFiles/renameFiles.feature +++ b/tests/acceptance/features/webUIRenameFiles/renameFiles.feature @@ -11,7 +11,7 @@ Feature: rename files And user "Alice" has logged in using the webUI And the user has browsed to the files page - @smokeTest @ocisSmokeTest + @smokeTest @ocisSmokeTest @disablePreviews Scenario Outline: Rename a file When the user renames file "lorem.txt" to using the webUI Then file should be listed on the webUI