summaryrefslogtreecommitdiff
path: root/heat_integrationtests/functional/test_cancel_update.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat_integrationtests/functional/test_cancel_update.py')
-rw-r--r--heat_integrationtests/functional/test_cancel_update.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/heat_integrationtests/functional/test_cancel_update.py b/heat_integrationtests/functional/test_cancel_update.py
index cb7620c5b..68ba3f447 100644
--- a/heat_integrationtests/functional/test_cancel_update.py
+++ b/heat_integrationtests/functional/test_cancel_update.py
@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from heat_integrationtests.functional import functional_base
@@ -48,7 +46,6 @@ 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,