Skip to content

Commit 7de21ea

Browse files
committed
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 b137a34 commit 7de21ea

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
@@ -51,7 +51,7 @@ jobs:
5151
- 'capabilities_features'
5252
- 'collaboration_features'
5353
- 'comments_features'
54-
- 'dav_features'
54+
- '--tags ~@requires-s3 dav_features'
5555
- 'features'
5656
- 'federation_features'
5757
- '--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
@@ -738,7 +738,7 @@ Feature: webdav-related
738738
And Downloading file "/üäöé/äöü.txt"
739739
Then Downloaded content should be the created file
740740

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

0 commit comments

Comments
 (0)