Skip to content

Commit 48e0348

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/cis/global-load-balancer-pools.v0.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('GLBPoolApi', () => {
36+
describe.skip('GLBPoolApi', () => {
3737
jest.setTimeout(timeout);
3838

3939
// Initialize the service client.

0 commit comments

Comments
 (0)