1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

tests(nixos/s3-binary-cache-store): enable multipart

This commit is contained in:
Bernardo Meurer Costa 2025-10-30 19:22:06 +00:00
parent 040d1aae41
commit 965d6be7c1
No known key found for this signature in database

View file

@ -794,10 +794,9 @@ in
test_compression_disabled() test_compression_disabled()
test_nix_prefetch_url() test_nix_prefetch_url()
test_versioned_urls() test_versioned_urls()
# FIXME: enable when multipart fully lands test_multipart_upload_basic()
# test_multipart_upload_basic() test_multipart_threshold()
# test_multipart_threshold() test_multipart_with_log_compression()
# test_multipart_with_log_compression()
print("\n" + "="*80) print("\n" + "="*80)
print(" All S3 Binary Cache Store Tests Passed!") print(" All S3 Binary Cache Store Tests Passed!")