File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cubejs-schema-compiler/test/integration/postgres Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4335,7 +4335,7 @@ cubes:
43354335 ] ) ;
43364336 } ) ;
43374337 } else {
4338- it . skip ( 'querying cube dimension that require transitive joins' , async ( ) => {
4338+ it . skip ( 'FIXME(tesseract): querying cube dimension that require transitive joins' , async ( ) => {
43394339 // FIXME should be implemented in Tesseract
43404340 } ) ;
43414341 }
@@ -4365,7 +4365,7 @@ cubes:
43654365 }
43664366 } ) ;
43674367 } else {
4368- it . skip ( 'querying cube dimension that require transitive joins' , async ( ) => {
4368+ it . skip ( 'FIXME(tesseract): querying cube dimension that require transitive joins' , async ( ) => {
43694369 // FIXME should be implemented in Tesseract
43704370 } ) ;
43714371 }
You can’t perform that action at this time.
0 commit comments