Skip to content

Commit 0f4521b

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

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
@@ -56,7 +56,7 @@ jobs:
5656
- 'capabilities_features'
5757
- 'collaboration_features'
5858
- 'comments_features'
59-
- 'dav_features'
59+
- '--tags ~@requires-s3 dav_features'
6060
- 'features'
6161
- 'federation_features'
6262
- '--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
@@ -712,7 +712,7 @@ Feature: webdav-related
712712
And Downloading file "/üäöé/äöü.txt"
713713
Then Downloaded content should be the created file
714714

715-
@s3-multipart
715+
@requires-s3
716716
Scenario: Cannot overwrite a file the user may not update with new chunking v2
717717
Given using new dav path
718718
And user "user0" exists

0 commit comments

Comments
 (0)