File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ def test_provider_gateway_actions(self):
199
199
assert response .get_status_code () == 204
200
200
201
201
################## Direct Link Provider Gateways with Client API ############################
202
-
202
+ @ unittest . skip ( 'skipping...' )
203
203
def test_provider_gateway_actions_with_client_api (self ):
204
204
timestamp = time .time ()
205
205
name = os .getenv ("DL_PROVIDER_SERVICES_GW_NAME" ) + "-" + str (int (timestamp ))
@@ -381,7 +381,7 @@ def test_provider_gateway_actions_with_client_api(self):
381
381
assert response .get_status_code () == 204
382
382
383
383
################## Direct Link Provider Gateways with Client API MD5 Auth ############################
384
-
384
+ @ unittest . skip ( 'skipping...' )
385
385
def test_provider_gateway_actions_with_client_api_md5 (self ):
386
386
timestamp = time .time ()
387
387
name = os .getenv ("DL_PROVIDER_SERVICES_GW_NAME" ) + "-md5-" + str (int (timestamp ))
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ def test_loa_and_completion(self):
409
409
self .delete_gateway (gateway_id )
410
410
411
411
################## Direct Link Gateways with Customer API MD5 Auth ############################
412
-
412
+ @ unittest . skip ( 'skipping...' )
413
413
def test_gateway_with_md5 (self ):
414
414
bgpAsn = 64999
415
415
crossConnectRouter = "LAB-xcr01.dal09"
You can’t perform that action at this time.
0 commit comments