Skip to content

Commit 965d6be

Browse files
committed
tests(nixos/s3-binary-cache-store): enable multipart
1 parent 040d1aa commit 965d6be

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/nixos/s3-binary-cache-store.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -794,10 +794,9 @@ in
794794
test_compression_disabled()
795795
test_nix_prefetch_url()
796796
test_versioned_urls()
797-
# FIXME: enable when multipart fully lands
798-
# test_multipart_upload_basic()
799-
# test_multipart_threshold()
800-
# test_multipart_with_log_compression()
797+
test_multipart_upload_basic()
798+
test_multipart_threshold()
799+
test_multipart_with_log_compression()
801800
802801
print("\n" + "="*80)
803802
print("✓ All S3 Binary Cache Store Tests Passed!")

0 commit comments

Comments
 (0)