From f35821f75d647a5770c398a68842f13e01821430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Sun, 21 Jun 2026 20:54:52 +0800 Subject: [PATCH] test(s3): reclassify passing atomic conditional write (#3698) --- scripts/s3-tests/excluded_tests.txt | 1 - scripts/s3-tests/implemented_tests.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/s3-tests/excluded_tests.txt b/scripts/s3-tests/excluded_tests.txt index 4a53b66dc..715a841a9 100644 --- a/scripts/s3-tests/excluded_tests.txt +++ b/scripts/s3-tests/excluded_tests.txt @@ -9,7 +9,6 @@ # Vendor-specific / non-portable tests test_account_usage -test_atomic_conditional_write_1mb test_bucket_get_location test_bucket_head_extended test_bucket_header_acl_grants diff --git a/scripts/s3-tests/implemented_tests.txt b/scripts/s3-tests/implemented_tests.txt index b0350d443..ff3ff5eb4 100644 --- a/scripts/s3-tests/implemented_tests.txt +++ b/scripts/s3-tests/implemented_tests.txt @@ -371,6 +371,7 @@ test_list_buckets_invalid_auth test_atomic_read_1mb test_atomic_read_4mb test_atomic_read_8mb +test_atomic_conditional_write_1mb test_atomic_write_1mb test_atomic_write_4mb test_atomic_write_8mb