Skip to content

Commit 181d36e

Browse files
chore: disable few tests because of env issue and re-enabled DL Provider tests
1 parent 23b00c3 commit 181d36e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/integration/cis/custom-pages.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let customPagesV1;
3636
let customPage;
3737
let customPage1;
3838

39-
describe('CustomPagesV1', () => {
39+
describe.skip('CustomPagesV1', () => {
4040
jest.setTimeout(timeout);
4141

4242
// Initialize the service client.

test/integration/cis/zone-lockdown.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const config = authHelper.loadConfig();
3535
let zoneLockdownV1;
3636
let zoneLockdown;
3737

38-
describe('ZoneLockdownV1', () => {
38+
describe.skip('ZoneLockdownV1', () => {
3939
jest.setTimeout(timeout);
4040

4141
// Initialize the service client.

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.skip('Direct Link Provider Gateways with Client API', () => {
275+
describe('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.skip('Direct Link Provider Gateways with Client API with authenticationKey', () => {
604+
describe('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)