We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040d1aa commit 965d6beCopy full SHA for 965d6be
tests/nixos/s3-binary-cache-store.nix
@@ -794,10 +794,9 @@ in
794
test_compression_disabled()
795
test_nix_prefetch_url()
796
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()
+ test_multipart_upload_basic()
+ test_multipart_threshold()
+ test_multipart_with_log_compression()
801
802
print("\n" + "="*80)
803
print("✓ All S3 Binary Cache Store Tests Passed!")
0 commit comments