ci: remove s3tests skip - test will be fixed in s3-tests repo

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Chris Lu
2026-02-16 03:23:36 -08:00
co-authored by Copilot
parent 678c52e74f
commit 8500a3bc56
+1 -4
View File
@@ -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