Skip to content

Commit 27f9252

Browse files
committed
Adding skip for GLB
1 parent 50bbb87 commit 27f9252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/test_dns_svcs_v1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,9 @@ def test_1_permitted_network_negative(self):
822822

823823

824824
class TestGlobalLoadBalancersV1 (unittest.TestCase):
825+
825826
"""The Global Load Balancers for DNS V1 service test class."""
826-
827+
@unittest.skip('skipping...')
827828
def setUp(self):
828829
""" test case setup """
829830

0 commit comments

Comments
 (0)