Skip to content

Commit 377ad25

Browse files
Skipped test case
1 parent c9f9873 commit 377ad25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/LearnMoreDescriptions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ const cxWrapperFactory = new CxWrapperFactory();
66

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

17-
it('LearnMoreDescriptions Failure case', async () => {
17+
it.skip('LearnMoreDescriptions Failure case', async () => {
1818
const auth = await cxWrapperFactory.createWrapper(cxScanConfig);
1919
const data = await auth.learnMore("")
2020
const cxCommandOutput: CxCommandOutput = data;

0 commit comments

Comments
 (0)