Skip to content

Commit 4c5cea4

Browse files
committed
unskip port test
seems like we fixed this one when fixing other tests but never unskipped it. Change-Id: Id1a3d11b581b6f72ad62a8699899b6163c3870bb
1 parent bbdf582 commit 4c5cea4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

openstackclient/tests/functional/network/v2/test_port.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
import uuid
1414

15-
import testtools
16-
1715
from openstackclient.tests.functional import base
1816

1917

@@ -25,7 +23,6 @@ class PortTests(base.TestCase):
2523
FIELDS = ['name']
2624

2725
@classmethod
28-
@testtools.skip('broken SDK testing')
2926
def setUpClass(cls):
3027
# Create a network for the subnet.
3128
cls.openstack('network create ' + cls.NETWORK_NAME)

0 commit comments

Comments
 (0)