Skip to content

Commit 3f65619

Browse files
committed
Skip successful case test for ScanSecrets in ScanTest
1 parent ac938ed commit 3f65619

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
@@ -182,7 +182,7 @@ describe("ScanCreate cases", () => {
182182
expect(cxCommandOutput.exitCode).toBe(0);
183183
});
184184

185-
it('ScanSecrets Successful case', async () => {
185+
it.skip('ScanSecrets Successful case', async () => {
186186
const wrapper = new CxWrapper(cxScanConfig);
187187
const cxCommandOutput: CxCommandOutput = await wrapper.secretsScanResults("tsc/tests/data/secret-exposed.txt");
188188
console.log("Json object from scanOSS successful case: " + JSON.stringify(cxCommandOutput));

0 commit comments

Comments
 (0)