We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57904e0 commit 028fe71Copy full SHA for 028fe71
test/integration/cis/ssl-certificate-api.v1.test.js
@@ -32,7 +32,7 @@ const describe = authHelper.prepareTests(configFile);
32
// config properties, rather than let the SDK do it for us.
33
const config = authHelper.loadConfig();
34
35
-describe('SSL Certificate', () => {
+describe.skip('SSL Certificate', () => {
36
jest.setTimeout(timeout);
37
38
// Initialize the service client.
0 commit comments