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 2227834 commit 1e6b8e8Copy full SHA for 1e6b8e8
src/tests/ScanTest.test.ts
@@ -183,7 +183,7 @@ describe("ScanCreate cases", () => {
183
expect(cxCommandOutput.exitCode).toBe(0);
184
});
185
186
- it('ScanOss with ignored package should filter results', async () => {
+ skip.it('ScanOss with ignored package should filter results', async () => {
187
const wrapper = new CxWrapper(cxScanConfig);
188
const sourceFile = "tsc/tests/data/package.json";
189
const ignoredFile = "tsc/tests/data/checkmarxIgnoredTempFile.json";
0 commit comments