From 965d6be7c1962b87d47eb229153e2b5685c64739 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Costa Date: Thu, 30 Oct 2025 19:22:06 +0000 Subject: [PATCH] tests(nixos/s3-binary-cache-store): enable multipart --- tests/nixos/s3-binary-cache-store.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/nixos/s3-binary-cache-store.nix b/tests/nixos/s3-binary-cache-store.nix index a07375489..a2ba1dae6 100644 --- a/tests/nixos/s3-binary-cache-store.nix +++ b/tests/nixos/s3-binary-cache-store.nix @@ -794,10 +794,9 @@ in test_compression_disabled() test_nix_prefetch_url() test_versioned_urls() - # FIXME: enable when multipart fully lands - # test_multipart_upload_basic() - # test_multipart_threshold() - # test_multipart_with_log_compression() + test_multipart_upload_basic() + test_multipart_threshold() + test_multipart_with_log_compression() print("\n" + "="*80) print("✓ All S3 Binary Cache Store Tests Passed!")