Skip to content

Commit 4790d36

Browse files
salmart-devbackportbot[bot]
authored andcommitted
test: add @requires-s3 as exclusion for integration-sqlite/dav_features
test: add @requires-s3 as exclusion for integration-sqlite/dav_features Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> [skip ci]
1 parent 52c2288 commit 4790d36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- 'capabilities_features'
5454
- 'collaboration_features'
5555
- 'comments_features'
56-
- 'dav_features'
56+
- '--tags ~@requires-s3 dav_features'
5757
- 'features'
5858
- 'federation_features'
5959
- '--tags ~@large files_features'

build/integration/dav_features/webdav-related.feature

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

740-
@s3-multipart
740+
@requires-s3
741741
Scenario: Cannot overwrite a file the user may not update with new chunking v2
742742
Given using new dav path
743743
And user "user0" exists

0 commit comments

Comments
 (0)