From 5d5da14e0ed91c613fe5c0ed058f58bb04fba6f0 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:14:37 +0500 Subject: [PATCH] fix sqlite not support concurrent writes/reads --- .github/workflows/s3tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index 77b70426f..2f7da3865 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -1127,8 +1127,6 @@ 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