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 48ecb3b commit 1614f06Copy full SHA for 1614f06
src/tests/ScanTest.test.ts
@@ -167,7 +167,7 @@ describe("ScanCreate cases", () => {
167
expect(typeof scanObject.scanDetails[0].description).toBe('string');
168
});
169
170
- it('ScanOss Successful case', async () => {
+ it.skip('ScanOss Successful case', async () => {
171
const wrapper = new CxWrapper(cxScanConfig);
172
const cxCommandOutput: CxCommandOutput = await wrapper.scanOss("tsc/tests/data/package.json");
173
console.log("Json object from scanOSS successful case: " + JSON.stringify(cxCommandOutput));
0 commit comments