@@ -75,7 +75,8 @@ describe('IndexFlowSection', () => {
7575 } ) ;
7676 } ) ;
7777
78- describe ( 'when 4 index fields are filled in and user clicks on covered queries button' , ( ) => {
78+ // TODO: fix in CLOUDP-325883
79+ describe . skip ( 'when 4 index fields are filled in and user clicks on covered queries button' , ( ) => {
7980 const fields : Field [ ] = [
8081 { name : 'field1' , type : '1 (asc)' } ,
8182 { name : 'field2' , type : '-1 (desc)' } ,
@@ -124,7 +125,8 @@ describe('IndexFlowSection', () => {
124125 } ) ;
125126 } ) ;
126127
127- describe ( 'when 3 index fields are filled in and user clicks on covered queries button' , ( ) => {
128+ // TODO: fix in CLOUDP-325883
129+ describe . skip ( 'when 3 index fields are filled in and user clicks on covered queries button' , ( ) => {
128130 const fields : Field [ ] = [
129131 { name : 'field1' , type : '1 (asc)' } ,
130132 { name : 'field2' , type : '-1 (desc)' } ,
@@ -171,7 +173,8 @@ describe('IndexFlowSection', () => {
171173 } ) ;
172174 } ) ;
173175
174- describe ( 'when 2 index fields are filled in and user clicks on covered queries button' , ( ) => {
176+ // TODO: fix in CLOUDP-325883
177+ describe . skip ( 'when 2 index fields are filled in and user clicks on covered queries button' , ( ) => {
175178 const fields : Field [ ] = [
176179 { name : 'field1' , type : '1 (asc)' } ,
177180 { name : 'field2' , type : '1 (asc)' } ,
@@ -203,7 +206,8 @@ describe('IndexFlowSection', () => {
203206 } ) ;
204207 } ) ;
205208
206- describe ( 'when 1 index field is filled in and user clicks on covered queries button' , ( ) => {
209+ // TODO: fix in CLOUDP-325883
210+ describe . skip ( 'when 1 index field is filled in and user clicks on covered queries button' , ( ) => {
207211 const fields : Field [ ] = [ { name : 'field1' , type : '1 (asc)' } ] ;
208212
209213 beforeEach ( ( ) => {
0 commit comments