diff --git a/.drone.env b/.drone.env index a844a914ced..017595c57de 100644 --- a/.drone.env +++ b/.drone.env @@ -1,7 +1,7 @@ # The version of OCIS to use in pipelines that test against OCIS -OCIS_COMMITID=eb0b805b639172d63c5510dad221235b54e8936d +OCIS_COMMITID=dbb228349a262e057eae252a2425613f91b57a97 OCIS_BRANCH=master # The test runner source for API tests -CORE_COMMITID=872358a4d06c8d2f3568bf8c170ec66a6d69d9af +CORE_COMMITID=27e37d36310a58bf4016fca0a1d5230dac17e127 CORE_BRANCH=master diff --git a/tests/acceptance/features/webUIUpload/upload.feature b/tests/acceptance/features/webUIUpload/upload.feature index 368e4fe3714..5b81dc8c580 100644 --- a/tests/acceptance/features/webUIUpload/upload.feature +++ b/tests/acceptance/features/webUIUpload/upload.feature @@ -95,7 +95,7 @@ Feature: File Upload And the versions list for resource "lorem.txt" should contain 1 entry But file "lorem (2).txt" should not be listed on the webUI - @smokeTest @issue-ocis-reva-54 + @smokeTest @disablePreviews @issue-ocis-reva-54 Scenario: overwrite an existing file when versioning is disabled Given the app "files_versions" has been disabled When the user uploads overwriting file "lorem.txt" using the webUI