Skip to content

Commit d491b1f

Browse files
committed
Added skip for Directlink tests
1 parent bd34286 commit d491b1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/integration/direct-link.v1.test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ describe('DirectLinkV1', () => {
459459
});
460460
});
461461

462-
describe('DirectLink virtual connections', () => {
462+
describe.skip('DirectLink virtual connections', () => {
463463
jest.setTimeout(timeout);
464464

465465
// GatewayTemplate for dedicated gateway
@@ -734,7 +734,7 @@ describe('DirectLinkV1', () => {
734734
// - PUT a completion notice to the gw. It will fail with a 412 error because the GH issue and GW status are in the wrong state due to no manual interaction
735735
// - GET CN for a gw. It will expect a 404 since the CN could not be uploaded
736736
//
737-
describe('LOA and Completion notice', () => {
737+
describe.skip('LOA and Completion notice', () => {
738738
jest.setTimeout(timeout);
739739

740740
// GatewayTemplate for dedicated gateway
@@ -856,7 +856,7 @@ describe('DirectLinkV1', () => {
856856
});
857857
});
858858

859-
describe('Offering Types', () => {
859+
describe.skip('Offering Types', () => {
860860
jest.setTimeout(timeout);
861861
let firstDedicatedOT = null;
862862
let firstConnectOT = null;
@@ -1011,7 +1011,7 @@ describe('DirectLinkV1', () => {
10111011
});
10121012
});
10131013

1014-
describe('Ports', () => {
1014+
describe.skip('Ports', () => {
10151015
jest.setTimeout(timeout);
10161016
let firstPort = null;
10171017

@@ -1058,7 +1058,7 @@ describe('DirectLinkV1', () => {
10581058
});
10591059
});
10601060

1061-
describe('Create MD5 enabled gateway', () => {
1061+
describe.skip('Create MD5 enabled gateway', () => {
10621062
// Save the gateway ID for update/delete
10631063
let gatewayId = '';
10641064
const time = currentDate.getTime().toString();

0 commit comments

Comments
 (0)