summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-06 13:15:59 +0000
committerGerrit Code Review <review@openstack.org>2022-12-06 13:15:59 +0000
commitb5caa1847cd6b96ea8f68dd52e67e00ba6602aca (patch)
tree06a0c1baecd0756d7b3d1c9bfee2b5b44c990ec5
parent9407b4897e77db24bf1948153afbb1479d5dad42 (diff)
parent500201cb79b9708e6c9df7c518c32ca9e076f668 (diff)
downloadheat-b5caa1847cd6b96ea8f68dd52e67e00ba6602aca.tar.gz
Merge "Skip test_cancel_update_server_with_port"
-rw-r--r--heat_integrationtests/functional/test_cancel_update.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/heat_integrationtests/functional/test_cancel_update.py b/heat_integrationtests/functional/test_cancel_update.py
index 68ba3f447..cb7620c5b 100644
--- a/heat_integrationtests/functional/test_cancel_update.py
+++ b/heat_integrationtests/functional/test_cancel_update.py
@@ -10,6 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
+import testtools
+
from heat_integrationtests.functional import functional_base
@@ -46,6 +48,7 @@ resources:
if not self.conf.minimal_instance_type:
raise self.skipException("No minimal flavor configured to test.")
+ @testtools.skip('Bug 1998274')
def test_cancel_update_server_with_port(self):
parameters = {'InstanceType': self.conf.minimal_instance_type,
'ImageId': self.conf.minimal_image_ref,