Skip to content

Commit 1e6b8e8

Browse files
authored
Update ScanTest.test.ts
1 parent 2227834 commit 1e6b8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/ScanTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ describe("ScanCreate cases", () => {
183183
expect(cxCommandOutput.exitCode).toBe(0);
184184
});
185185

186-
it('ScanOss with ignored package should filter results', async () => {
186+
skip.it('ScanOss with ignored package should filter results', async () => {
187187
const wrapper = new CxWrapper(cxScanConfig);
188188
const sourceFile = "tsc/tests/data/package.json";
189189
const ignoredFile = "tsc/tests/data/checkmarxIgnoredTempFile.json";

0 commit comments

Comments
 (0)