Skip to content

Commit 0667241

Browse files
Itay PazItay Paz
authored andcommitted
Remove skip test
1 parent c47c881 commit 0667241

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
@@ -216,7 +216,7 @@ describe("ScanCreate cases", () => {
216216
expect(cxCommandOutput.exitCode).toBe(0);
217217
});
218218

219-
it.skip('ScanSecrets with ignore file filters the result', async () => {
219+
it.('ScanSecrets with ignore file filters the result', async () => {
220220
const wrapper = new CxWrapper(cxScanConfig);
221221
const cxCommandOutput: CxCommandOutput = await wrapper.secretsScanResults(
222222
"src/tests/data/secret-exposed.txt",

0 commit comments

Comments
 (0)