Skip to content

Commit ae08a04

Browse files
committed
skip tests for tesseract
1 parent 3e298e7 commit ae08a04

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"CUBEJS_DB_NAME": "dev",
2525
"CUBEJS_DB_USER": "${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_USER}",
2626
"CUBEJS_DB_PASS": "${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_PASS}",
27-
"CUBEJS_DB_MAX_POOL": "2",
28-
"CUBEJS_DB_QUERY_TIMEOUT": "15m",
27+
"CUBEJS_DB_MAX_POOL": "3",
2928

3029
"CUBEJS_PG_SQL_PORT": "5656",
3130
"CUBEJS_SQL_USER": "admin",
@@ -232,6 +231,10 @@
232231
"---- Different results comparing to baseQuery version. Need to investigate ----",
233232
"querying BigECommerce: rolling window YTD (month + week)",
234233
"querying BigECommerce: rolling window YTD (month + week + no gran)",
235-
"querying BigECommerce: rolling window YTD without granularity"
234+
"querying BigECommerce: rolling window YTD without granularity",
235+
236+
"Skipped because are too heavy and leads to Connection terminated unexpectedly or ECONNREFUSED or ECONNRESET",
237+
"SQL API: Rolling Window YTD (year + month + day + date_trunc equal)",
238+
"SQL API: Rolling Window YTD (year + month + day + date_trunc IN)"
236239
]
237240
}

0 commit comments

Comments
 (0)