commit | 58bb991974bddec0df5a94535e371df971c47840 | [log] [tgz] |
---|---|---|
author | Dan Smith <dansmith@redhat.com> | Mon Aug 07 09:31:12 2023 -0700 |
committer | Dan Smith <dansmith@redhat.com> | Mon Aug 07 09:50:38 2023 -0700 |
tree | 384bb98759952d28489a6286794cf513bd532210 | |
parent | 46b78980eec98ceaade313c559887480a9af9759 [diff] |
Skip test_image_tasks_create() for bug 2030527 Change-Id: I1f13bd11fc7cb521d1b995dbd4a4d9c662221428 Related-Bug: #2030527
diff --git a/tempest/api/image/v2/admin/test_image_task.py b/tempest/api/image/v2/admin/test_image_task.py index 8cebdae..9439e91 100644 --- a/tempest/api/image/v2/admin/test_image_task.py +++ b/tempest/api/image/v2/admin/test_image_task.py
@@ -94,6 +94,7 @@ self.assertEqual(observed_disk_format, expected_disk_format, message="Expected disk format not match ") + @decorators.skip_because(bug='2030527') @decorators.idempotent_id('669d5387-0340-4abf-b62d-7cc89f539c8c') def test_image_tasks_create(self): """Test task type 'import' image """