File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -282,24 +282,24 @@ workflows:
282282 parameters :
283283 python_version :
284284 - " 3.9"
285- - " 3.10"
286- - " 3.11"
287- - " 3.12"
288- - " 3.13"
289- - cicd_tests_windows
285+ # - "3.10"
286+ # - "3.11"
287+ # - "3.12"
288+ # - "3.13"
289+ # - cicd_tests_windows
290290 - engine_tests_docker :
291291 name : engine_<< matrix.engine >>
292292 matrix :
293293 parameters :
294294 engine :
295295 - duckdb
296- - postgres
297- - mysql
298- - mssql
299- - trino
300- - spark
301- - clickhouse
302- - risingwave
296+ # - postgres
297+ # - mysql
298+ # - mssql
299+ # - trino
300+ # - spark
301+ # - clickhouse
302+ # - risingwave
303303 - engine_tests_cloud :
304304 name : cloud_engine_<< matrix.engine >>
305305 context :
@@ -309,18 +309,18 @@ workflows:
309309 matrix :
310310 parameters :
311311 engine :
312- - snowflake
313- - databricks
314- - redshift
315- - bigquery
316- - clickhouse-cloud
312+ # - snowflake
313+ # - databricks
314+ # - redshift
315+ # - bigquery
316+ # - clickhouse-cloud
317317 - athena
318- - fabric
319- - gcp-postgres
320- filters :
321- branches :
322- only :
323- - main
318+ # - fabric
319+ # - gcp-postgres
320+ # filters:
321+ # branches:
322+ # only:
323+ # - main
324324 - ui_style
325325 - ui_test
326326 - vscode_test
You can’t perform that action at this time.
0 commit comments