Skip to content

Commit 028fe71

Browse files
chore: disable SSL Certificate integration test cases
1 parent 57904e0 commit 028fe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

3838
// Initialize the service client.

0 commit comments

Comments
 (0)