Skip to content

Commit 0973860

Browse files
committed
skipping test cases
1 parent f838e84 commit 0973860

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/integration/test_direct_link_provider_v2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_provider_gateway_actions(self):
199199
assert response.get_status_code() == 204
200200

201201
################## Direct Link Provider Gateways with Client API ############################
202-
202+
@unittest.skip('skipping...')
203203
def test_provider_gateway_actions_with_client_api(self):
204204
timestamp = time.time()
205205
name = os.getenv("DL_PROVIDER_SERVICES_GW_NAME") + "-" + str(int(timestamp))
@@ -381,7 +381,7 @@ def test_provider_gateway_actions_with_client_api(self):
381381
assert response.get_status_code() == 204
382382

383383
################## Direct Link Provider Gateways with Client API MD5 Auth ############################
384-
384+
@unittest.skip('skipping...')
385385
def test_provider_gateway_actions_with_client_api_md5(self):
386386
timestamp = time.time()
387387
name = os.getenv("DL_PROVIDER_SERVICES_GW_NAME") + "-md5-" + str(int(timestamp))

test/integration/test_direct_link_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def test_loa_and_completion(self):
409409
self.delete_gateway(gateway_id)
410410

411411
################## Direct Link Gateways with Customer API MD5 Auth ############################
412-
412+
@unittest.skip('skipping...')
413413
def test_gateway_with_md5(self):
414414
bgpAsn = 64999
415415
crossConnectRouter = "LAB-xcr01.dal09"

0 commit comments

Comments
 (0)