ci: Skip second S3 test temporarily

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48210/head
Joas Schilling 2025-06-06 14:36:01 +07:00
parent e192357e56
commit f6931d79bb
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
1 changed files with 0 additions and 1 deletions

@ -98,7 +98,6 @@ jobs:
- name: PHPUnit
run: composer run test:files_external -- \
apps/files_external/tests/Storage/Amazons3Test.php \
apps/files_external/tests/Storage/VersionedAmazonS3Test.php \
--log-junit junit.xml \
${{ matrix.coverage && '--coverage-clover ./clover.xml' || '' }}