File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ import {CxCommandOutput} from "../main/wrapper/CxCommandOutput";
44
55describe ( "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 ;
You can’t perform that action at this time.
0 commit comments