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 8c42f06 commit 9dbb1c7Copy full SHA for 9dbb1c7
src/tests/ScanTest.test.ts
@@ -190,7 +190,7 @@ describe("ScanCreate cases", () => {
190
expect(cxCommandOutput.exitCode).toBe(0);
191
});
192
193
- it('ScanContainersRealtime Successful case', async () => {
+ it.skip('ScanContainersRealtime Successful case', async () => {
194
const wrapper = new CxWrapper(cxScanConfig);
195
const cxCommandOutput: CxCommandOutput = await wrapper.containersRealtimeScanResults("src/tests/data/Dockerfile");
196
console.log("Json object from scanContainersRealtime successful case: " + JSON.stringify(cxCommandOutput));
0 commit comments