Skip to content

Commit 3e0a0f3

Browse files
authored
Merge pull request #49 from IBM/cr-fw-import-export
feat(Custom Resolver): Added SDK and envs
2 parents 3e612f7 + 076cae3 commit 3e0a0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dns.env.enc

304 Bytes
Binary file not shown.

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();

0 commit comments

Comments
 (0)