diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2025-11-06 00:14:37 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2025-11-06 00:14:37 +0500 |
| commit | 5d5da14e0ed91c613fe5c0ed058f58bb04fba6f0 (patch) | |
| tree | 131fec49f805799ff2c605adb8a1a601ea7a5cf0 | |
| parent | 455dec12f4db6b330013e8c0492eb5fbe68d13f7 (diff) | |
| download | seaweedfs-5d5da14e0ed91c613fe5c0ed058f58bb04fba6f0.tar.xz seaweedfs-5d5da14e0ed91c613fe5c0ed058f58bb04fba6f0.zip | |
fix sqlite not support concurrent writes/reads
| -rw-r--r-- | .github/workflows/s3tests.yml | 2 |
1 files changed, 0 insertions, 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 |
