From d58f066376ef455e3f39ab7f32d550c886d30b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Thu, 20 Mar 2025 10:22:58 +0100 Subject: [PATCH] Re-enable mtime related tests --- .../acceptance/features/cliCommands/backupConsistency.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/cliCommands/backupConsistency.feature b/tests/acceptance/features/cliCommands/backupConsistency.feature index 1fffa09e26..13a706e8d1 100644 --- a/tests/acceptance/features/cliCommands/backupConsistency.feature +++ b/tests/acceptance/features/cliCommands/backupConsistency.feature @@ -27,7 +27,7 @@ Feature: backup consistency Then the command should be successful And the command output should contain "💚 No inconsistency found. The backup in '%storage_path%' seems to be valid." - @issue-9498 @issue-391 @skipOnOpencloud-decomposed-Storage + @issue-9498 @issue-391 Scenario: check backup consistency after uploading file multiple times via TUS Given user "Alice" uploads a file "filesForUpload/textfile.txt" to "/today.txt" with mtime "today" via TUS inside of the space "Personal" using the WebDAV API And user "Alice" uploads a file "filesForUpload/textfile.txt" to "/today.txt" with mtime "today" via TUS inside of the space "Personal" using the WebDAV API @@ -41,7 +41,7 @@ Feature: backup consistency Then the HTTP status code should be "207" And the number of versions should be "1" - @issue-9498 @issue-428 @skipOnOpencloud-decomposed-Storage + @issue-9498 @issue-428 Scenario: check backup consistency after uploading a file multiple times Given user "Alice" has uploaded file with content "hello world" to "/textfile0.txt" And user "Alice" has uploaded file with content "hello world" to "/textfile0.txt"