@@ -44,7 +44,7 @@ describe('crossFileContextUtil', function () {
4444 sinon . restore ( )
4545 } )
4646
47- it ( 'for control group, should return opentabs context where there will be 3 chunks and each chunk should contains 50 lines' , async function ( ) {
47+ it . skip ( 'for control group, should return opentabs context where there will be 3 chunks and each chunk should contains 50 lines' , async function ( ) {
4848 sinon . stub ( FeatureConfigProvider . instance , 'getProjectContextGroup' ) . returns ( 'control' )
4949 await toTextEditor ( aStringWithLineCount ( 200 ) , 'CrossFile.java' , tempFolder , { preview : false } )
5050 const myCurrentEditor = await toTextEditor ( '' , 'TargetFile.java' , tempFolder , {
@@ -61,7 +61,7 @@ describe('crossFileContextUtil', function () {
6161 assert . strictEqual ( actual . supplementalContextItems [ 2 ] . content . split ( '\n' ) . length , 50 )
6262 } )
6363
64- it . skip ( 'for t1 group, should return repomap + opentabs context' , async function ( ) {
64+ it ( 'for t1 group, should return repomap + opentabs context' , async function ( ) {
6565 await toTextEditor ( aStringWithLineCount ( 200 ) , 'CrossFile.java' , tempFolder , { preview : false } )
6666 const myCurrentEditor = await toTextEditor ( '' , 'TargetFile.java' , tempFolder , {
6767 preview : false ,
0 commit comments