diff --git a/tests/acceptance/features/apiWebdavOperations/uploadFileUsingNewChunking.feature b/tests/acceptance/features/apiWebdavOperations/uploadFileUsingNewChunking.feature index 597c5f99f55b..fca733bc915a 100644 --- a/tests/acceptance/features/apiWebdavOperations/uploadFileUsingNewChunking.feature +++ b/tests/acceptance/features/apiWebdavOperations/uploadFileUsingNewChunking.feature @@ -120,7 +120,6 @@ Feature: upload file using new chunking | TIÄFÜ | #this test should be integrated into the previous Scenario after fixing the issue - @skip @issue-29599 Scenario: Upload a file called "0" using new chunking When user "user0" creates a new chunking upload with id "chunking-42" using the WebDAV API And user "user0" uploads new chunk file "1" with "AAAAA" to id "chunking-42" using the WebDAV API diff --git a/tests/acceptance/features/webUIUpload/uploadEdgecases.feature b/tests/acceptance/features/webUIUpload/uploadEdgecases.feature index 830213fab315..f93550555465 100644 --- a/tests/acceptance/features/webUIUpload/uploadEdgecases.feature +++ b/tests/acceptance/features/webUIUpload/uploadEdgecases.feature @@ -91,12 +91,10 @@ Feature: File Upload | "&#" | | "TIÄFÜ" | - #this test should be intergrated into the previous scenario after fixing the issue - #uploading into "simple-folder" because there is a folder called "0" in the root - @skip @issue-29599 + # upload into "simple-folder" because there is already a folder called "0" in the root Scenario: Upload a file called "0" using chunking Given a file with the size of "30000000" bytes and the name "0" has been created locally When the user opens the folder "simple-folder" using the webUI And the user uploads the file "0" using the webUI Then the file "0" should be listed on the webUI - And the content of "0" should be the same as the local "0" \ No newline at end of file + And the content of "0" should be the same as the local "0"