From 7b7c84c0c5bcd2fa16825fb3f0e7b47e839ca28d Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Wed, 21 Sep 2022 20:00:51 +0000 Subject: [PATCH] qa/suites/rgw: blocklist object expiry tempest tests Signed-off-by: Tobias Urdin (cherry picked from commit 31e5d8937798f5b8483c87c18ba2bf50449e6e8f) --- qa/suites/rgw/tempest/tasks/rgw_tempest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml b/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml index f490fb4a2b6c..08739e969b8a 100644 --- a/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml +++ b/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml @@ -48,6 +48,10 @@ tasks: - .*test_container_synchronization.* - .*test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds - .*test_object_services.ObjectTest.test_create_object_with_transfer_encoding + - .*test_container_services.ContainerTest.test_create_container_with_remove_metadata_key + - .*test_container_services.ContainerTest.test_create_container_with_remove_metadata_value + - .*test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time + - .*test_object_expiry.ObjectExpiryTest.test_get_object_at_expiry_time overrides: ceph: -- 2.47.3