Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] [tests-only] Bump commit id for oCIS #5667

Merged
merged 1 commit into from
Aug 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .drone.env
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tests/acceptance/features/webUIUpload/upload.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down