Skip to content

Commit 0cff736

Browse files
committed
test: add @requires-s3 as exclusion for sqlite integration tests
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent 1daac3f commit 0cff736

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ steps:
10921092
- bash tests/drone-run-integration-tests.sh || exit 0
10931093
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
10941094
- cd build/integration
1095-
- ./run.sh features/webdav-related.feature
1095+
- ./run.sh --tags "~@requires-s3" features/webdav-related.feature
10961096

10971097
trigger:
10981098
branch:

build/integration/features/webdav-related.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ Feature: webdav-related
727727
And Downloading file "/üäöé/äöü.txt"
728728
Then Downloaded content should be the created file
729729

730-
@s3-multipart
730+
@requires-s3
731731
Scenario: Cannot overwrite a file the user may not update with new chunking v2
732732
Given using new dav path
733733
And user "user0" exists

0 commit comments

Comments
 (0)