From 8500a3bc56687cf64fd57344dedc35d9f79e63d7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 16 Feb 2026 03:23:36 -0800 Subject: [PATCH] ci: remove s3tests skip - test will be fixed in s3-tests repo Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/s3tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index caecacd4b..deda4999b 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -479,10 +479,7 @@ jobs: " || echo "Cleanup completed with some errors (expected)" # Run versioning and object lock tests once (avoid duplicates) - # Note: Excluding test_object_lock_delete_object_with_retention_and_marker because it - # tests incorrect behavior (SeaweedFS now correctly implements AWS S3 behavior: delete - # under COMPLIANCE retention returns AccessDenied, not creating a delete marker) - tox -- s3tests/functional/test_s3.py -k "object_lock or versioning" --deselect="s3tests/functional/test_s3.py::test_object_lock_delete_object_with_retention_and_marker" --tb=short + tox -- s3tests/functional/test_s3.py -k "object_lock or versioning" --tb=short kill -9 $pid || true # Clean up data directory rm -rf "$WEED_DATA_DIR" || true