Skip to content

Commit 61235ad

Browse files
committed
fix skip tests
1 parent fee34f7 commit 61235ad

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

packages/cubejs-testing-drivers/fixtures/mysql.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"---------------------------------------",
188188
"SKIPPED SQL API (Need work)",
189189
"---------------------------------------",
190+
"SQL API: reuse params",
190191
"SQL API: Nested Rollup",
191192
"SQL API: Nested Rollup with aliases",
192193
"SQL API: Rolling Window YTD (year + month + day + date_trunc equal)",

packages/cubejs-testing-drivers/test/__snapshots__/mysql-full.test.ts.snap

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6162,15 +6162,6 @@ Array [
61626162
]
61636163
`;
61646164

6165-
exports[`Queries with the @cubejs-backend/mysql-driver SQL API: reuse params: reuse_params 1`] = `
6166-
Array [
6167-
Object {
6168-
"c0": 2020-01-01T00:00:00.000Z,
6169-
"m0": 17372,
6170-
},
6171-
]
6172-
`;
6173-
61746165
exports[`Queries with the @cubejs-backend/mysql-driver SQL API: ungrouped pre-agg: ungrouped_pre_agg 1`] = `
61756166
Array [
61766167
Object {

0 commit comments

Comments
 (0)