Skip to content

Commit d689ff7

Browse files
committed
chore(ci): Commented out dremio tests because of flaky integration tests
1 parent 94f9bf3 commit d689ff7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ jobs:
410410
bigquery
411411
snowflake
412412
firebolt
413-
dremio
414-
# Athena (just to check for secrets availability)
413+
# dremio # Commented out because of flaky integration tests
414+
Athena (just to check for secrets availability)
415415
DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY: ${{ secrets.DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY }}
416416

417417
strategy:
@@ -423,7 +423,8 @@ jobs:
423423
db: [
424424
'athena', 'bigquery', 'snowflake', 'trino',
425425
'clickhouse', 'druid', 'elasticsearch', 'mssql', 'mysql', 'postgres', 'prestodb',
426-
'mysql-aurora-serverless', 'crate', 'mongobi', 'firebolt', 'dremio'
426+
'mysql-aurora-serverless', 'crate', 'mongobi', 'firebolt',
427+
# 'dremio' # Commented out because of flaky integration tests
427428
# 'vertica'
428429
]
429430
use_tesseract_sql_planner: [ false ]

0 commit comments

Comments
 (0)