Skip to content

Commit 9dbb1c7

Browse files
committed
Skip successful case test for containers realtime scan
1 parent 8c42f06 commit 9dbb1c7

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
@@ -190,7 +190,7 @@ describe("ScanCreate cases", () => {
190190
expect(cxCommandOutput.exitCode).toBe(0);
191191
});
192192

193-
it('ScanContainersRealtime Successful case', async () => {
193+
it.skip('ScanContainersRealtime Successful case', async () => {
194194
const wrapper = new CxWrapper(cxScanConfig);
195195
const cxCommandOutput: CxCommandOutput = await wrapper.containersRealtimeScanResults("src/tests/data/Dockerfile");
196196
console.log("Json object from scanContainersRealtime successful case: " + JSON.stringify(cxCommandOutput));

0 commit comments

Comments
 (0)