Skip to content

Commit 076cae3

Browse files
committed
unskipped directlink tests, skipped directlink provider
1 parent d491b1f commit 076cae3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

test/integration/direct-link-provider.v2.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ describe('DirectLinkProviderV2', () => {
272272
});
273273
});
274274

275-
describe('Direct Link Provider Gateways with Client API', () => {
275+
describe.skip('Direct Link Provider Gateways with Client API', () => {
276276
jest.setTimeout(timeout);
277277

278278
const gwName = 'NODE-INT-SDK-PROVIDER-' + timestamp;
@@ -601,7 +601,7 @@ describe('DirectLinkProviderV2', () => {
601601
});
602602
});
603603

604-
describe('Direct Link Provider Gateways with Client API with authenticationKey', () => {
604+
describe.skip('Direct Link Provider Gateways with Client API with authenticationKey', () => {
605605
jest.setTimeout(timeout);
606606

607607
const time = currentDate.getTime().toString();

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.skip('DirectLink virtual connections', () => {
462+
describe('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.skip('LOA and Completion notice', () => {
737+
describe('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.skip('Offering Types', () => {
859+
describe('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.skip('Ports', () => {
1014+
describe('Ports', () => {
10151015
jest.setTimeout(timeout);
10161016
let firstPort = null;
10171017

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

1061-
describe.skip('Create MD5 enabled gateway', () => {
1061+
describe('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)