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 @@ -277,25 +277,25 @@ workflows:
277277 matrix :
278278 parameters :
279279 python_version :
280- - " 3.9"
281- - " 3.10"
282- - " 3.11"
280+ # - "3.9"
281+ # - "3.10"
282+ # - "3.11"
283283 - " 3.12"
284- - " 3.13"
285- - cicd_tests_windows
284+ # - "3.13"
285+ # - cicd_tests_windows
286286 - engine_tests_docker :
287287 name : engine_<< matrix.engine >>
288288 matrix :
289289 parameters :
290290 engine :
291291 - duckdb
292- - postgres
293- - mysql
294- - mssql
295- - trino
296- - spark
297- - clickhouse
298- - risingwave
292+ # - postgres
293+ # - mysql
294+ # - mssql
295+ # - trino
296+ # - spark
297+ # - clickhouse
298+ # - risingwave
299299 - engine_tests_cloud :
300300 name : cloud_engine_<< matrix.engine >>
301301 context :
@@ -305,18 +305,18 @@ workflows:
305305 matrix :
306306 parameters :
307307 engine :
308- - snowflake
309- - databricks
308+ # - snowflake
309+ # - databricks
310310 - redshift
311- - bigquery
312- - clickhouse-cloud
313- - athena
314- - fabric
315- - gcp-postgres
316- filters :
317- branches :
318- only :
319- - main
311+ # - bigquery
312+ # - clickhouse-cloud
313+ # - athena
314+ # - fabric
315+ # - gcp-postgres
316+ # filters:
317+ # branches:
318+ # only:
319+ # - main
320320 - ui_style
321321 - ui_test
322322 - vscode_test
You can’t perform that action at this time.
0 commit comments