From 672488c828746b5b9ab512c5bcce88198eade7a2 Mon Sep 17 00:00:00 2001 From: chrislu Date: Wed, 5 Nov 2025 12:44:07 -0800 Subject: [PATCH] Revert "fix sqlite not support concurrent writes/reads" This reverts commit 5d5da14e0ed91c613fe5c0ed058f58bb04fba6f0. --- .github/workflows/s3tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index 2f7da3865..77b70426f 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -1127,6 +1127,8 @@ jobs: s3tests/functional/test_s3.py::test_lifecycle_set \ s3tests/functional/test_s3.py::test_lifecycle_get \ s3tests/functional/test_s3.py::test_lifecycle_set_filter \ + s3tests/functional/test_s3.py::test_lifecycle_expiration \ + s3tests/functional/test_s3.py::test_lifecyclev2_expiration \ s3tests/functional/test_s3.py::test_lifecycle_expiration_versioning_enabled kill -9 $pid || true # Clean up data directory