Skip to content

Commit 36e0502

Browse files
Skipped test (#1007)
1 parent 1bda33a commit 36e0502

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/LearnMoreDescriptions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import {CxCommandOutput} from "../main/wrapper/CxCommandOutput";
44

55
describe("LearnMoreDescriptions cases",() => {
66
const cxScanConfig = new BaseTest();
7-
it('LearnMoreDescriptions Successful case', async () => {
7+
it.skip('LearnMoreDescriptions Successful case', async () => {
88
const auth = new CxWrapper(cxScanConfig);
99
const queryId = process.env.CX_TEST_QUERY_ID;
1010
const data = await auth.learnMore(queryId !== undefined? queryId : "16772998409937314312")
1111
const cxCommandOutput: CxCommandOutput = data;
1212
expect(cxCommandOutput.payload.length).toBeGreaterThan(0);
1313
})
1414

15-
it('LearnMoreDescriptions Failure case', async () => {
15+
it.skip('LearnMoreDescriptions Failure case', async () => {
1616
const auth = new CxWrapper(cxScanConfig);
1717
const data = await auth.learnMore("")
1818
const cxCommandOutput: CxCommandOutput = data;

0 commit comments

Comments
 (0)