Skip to content

Commit 5ce351c

Browse files
committed
Unskip the tests affected by warlock 1.3.0
1) This reverts commit 044a46e which was broken by warlock 1.3.0 Change-Id: Ia286d9394586884018c4e62cf581e39a809f5545
1 parent e2a9fd2 commit 5ce351c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

functional/tests/image/v2/test_image.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
import os
1414
import uuid
1515

16-
import testtools
17-
1816
from functional.common import test
1917

2018

@@ -68,7 +66,6 @@ def test_image_metadata(self):
6866
raw_output = self.openstack('image show ' + self.NAME + opts)
6967
self.assertEqual(self.NAME + "\na='b', c='d'\n", raw_output)
7068

71-
@testtools.skip("skip until bug 1596573 is resolved")
7269
def test_image_unset(self):
7370
opts = self.get_opts(["name", "tags", "properties"])
7471
self.openstack('image set --tag 01 ' + self.NAME)

0 commit comments

Comments
 (0)