Skip to content

Commit 50856d6

Browse files
chore: disable few tests because of env issue
1 parent 6c68e2c commit 50856d6

14 files changed

+14
-14
lines changed

test/integration/cis/cis-ip-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('CisIpApiV1', () => {
35+
describe.skip('CisIpApiV1', () => {
3636
jest.setTimeout(timeout);
3737

3838
// Initialize the service client.

test/integration/cis/dns-records-bulk.v1.test.js

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

36-
describe('DNSRecordsApisV1', () => {
36+
describe.skip('DNSRecordsApisV1', () => {
3737
jest.setTimeout(timeout);
3838

3939
// Initialize the service client.

test/integration/cis/dns-records.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const config = authHelper.loadConfig();
3434

3535
let DNS_RECORD_ID;
3636

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

4040
// Initialize the service client.

test/integration/cis/edge-functions-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let edgeFunctionsApiV1;
3838
let edgeFunctionAction;
3939
let edgeFunctionTrigger;
4040

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

4444
// Initialize the service client.

test/integration/cis/firewall-api.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 firewallApiV1;
3636
let currentSecurityLevel;
3737

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

4141
// Initialize the service client.

test/integration/cis/firewall-event-analytics-api.v1.test.js

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

36-
describe('FirewallEventAnalyticsAPIV1', () => {
36+
describe.skip('FirewallEventAnalyticsAPIV1', () => {
3737
jest.setTimeout(timeout);
3838

3939
// Initialize the service client.

test/integration/cis/global-load-balancer-events.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('GLBEventsApi', () => {
35+
describe.skip('GLBEventsApi', () => {
3636
jest.setTimeout(timeout);
3737

3838
// Initialize the service client.

test/integration/cis/global-load-balancer-monitor.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('GLBMonitorApi', () => {
35+
describe.skip('GLBMonitorApi', () => {
3636
jest.setTimeout(timeout);
3737

3838
// Initialize the service client.

test/integration/cis/routing.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('RoutingApiV1', () => {
35+
describe.skip('RoutingApiV1', () => {
3636
jest.setTimeout(timeout);
3737

3838
// Initialize the service client.

test/integration/cis/security-events-api.v1.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const config = authHelper.loadConfig();
3434

3535
let securityEventsApiV1;
3636

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

4040
// Initialize the service client.

0 commit comments

Comments
 (0)