Skip to content

Commit 2a18b2b

Browse files
committed
skipping GLB
1 parent 0973860 commit 2a18b2b

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
@@ -824,7 +824,7 @@ def test_1_permitted_network_negative(self):
824824
class TestGlobalLoadBalancersV1 (unittest.TestCase):
825825

826826
"""The Global Load Balancers for DNS V1 service test class."""
827-
@unittest.skip('skipping...')
827+
828828
def setUp(self):
829829
""" test case setup """
830830

@@ -904,6 +904,7 @@ def _clean_dns_globalloadbalancers(self):
904904
instance_id=self.instance_id, dnszone_id=zone.get("id"))
905905

906906
################## global load balancers integration test cases ##################
907+
@unittest.skip('skipping...')
907908
def test_1_dns_globalloadbalancers(self):
908909
""" create,get,update,delete GLB monitor """
909910

0 commit comments

Comments
 (0)