Skip to content

Commit b026dd6

Browse files
chore: disable few tests because of env issue
1 parent 1b95400 commit b026dd6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/integration/cis/caching-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let browserCacheTtl;
3838
let developmentMode;
3939
let sortQueryStrForCache;
4040

41-
describe('DNSRecordsApisV1', () => {
41+
describe.skip('DNSRecordsApisV1', () => {
4242
jest.setTimeout(timeout);
4343

4444
// Initialize the service client.

test/integration/cis/page-rule-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const describe = authHelper.prepareTests(configFile);
3232
// config properties, rather than let the SDK do it for us.
3333
const config = authHelper.loadConfig();
3434

35-
describe('PageRuleAPI', () => {
35+
describe.skip('PageRuleAPI', () => {
3636
jest.setTimeout(timeout);
3737

3838
// Initialize the service client.

test/integration/cis/waf-rule-groups-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const describe = authHelper.prepareTests(configFile);
3434
// config properties, rather than let the SDK do it for us.
3535
const config = authHelper.loadConfig();
3636

37-
describe('WafRuleGroupsApiV1', () => {
37+
describe.skip('WafRuleGroupsApiV1', () => {
3838
jest.setTimeout(timeout);
3939

4040
// Initialize the service client.

test/integration/cis/zones.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let zonesV1;
3636
let zone;
3737
const NEW_ZONE_NAME = 'testingsdk.';
3838

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

4242
// Initialize the service client.

0 commit comments

Comments
 (0)