Skip to content

Commit 12f5300

Browse files
committed
fix
1 parent 71f1e54 commit 12f5300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/sql-generation.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)