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 3ca7220 commit d1e94deCopy full SHA for d1e94de
src/tests/ScanTest.test.ts
@@ -227,7 +227,7 @@ describe("ScanCreate cases", () => {
227
expect(cxCommandOutput.exitCode).toBe(0);
228
});
229
230
- it('ScanContainersRealtime Successful case', async () => {
+ it.skip('ScanContainersRealtime Successful case', async () => {
231
const wrapper = new CxWrapper(cxScanConfig);
232
const cxCommandOutput: CxCommandOutput = await wrapper.containersRealtimeScanResults("src/tests/data/Dockerfile");
233
console.log("Json object from scanContainersRealtime successful case: " + JSON.stringify(cxCommandOutput));
0 commit comments