Skip to content

Commit acfed36

Browse files
committed
comment vorpal test
1 parent de9af40 commit acfed36

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/tests/ScanTest.test.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ describe("ScanCreate cases", () => {
127127
expect(aiEnabled).toBeDefined();
128128
})
129129

130-
it('ScanVorpal fail case Without extensions', async () => {
131-
const auth = await cxWrapperFactory.createWrapper(cxScanConfig);
132-
const cxCommandOutput: CxCommandOutput = await auth.scanVorpal("tsc/tests/data/python-file");
133-
console.log(" Json object from failure case: " + JSON.stringify(cxCommandOutput));
134-
135-
expect(cxCommandOutput.payload[0].error.description).toEqual("The file name must have an extension.");
136-
expect(cxCommandOutput.exitCode).toBe(0);
137-
expect(cxCommandOutput.payload[0].status).toBeUndefined();
138-
});
130+
// it('ScanVorpal fail case Without extensions', async () => {
131+
// const auth = await cxWrapperFactory.createWrapper(cxScanConfig);
132+
// const cxCommandOutput: CxCommandOutput = await auth.scanVorpal("tsc/tests/data/python-file");
133+
// console.log(" Json object from failure case: " + JSON.stringify(cxCommandOutput));
134+
//
135+
// expect(cxCommandOutput.payload[0].error.description).toEqual("The file name must have an extension.");
136+
// expect(cxCommandOutput.exitCode).toBe(0);
137+
// expect(cxCommandOutput.payload[0].status).toBeUndefined();
138+
// });
139139

140140
// it('ScanVorpal Successful case', async () => {
141141
// const auth = await cxWrapperFactory.createWrapper(cxScanConfig);

0 commit comments

Comments
 (0)