Skip to content

Commit

Permalink
Temporarily disable kudu tests from running in CI
Browse files Browse the repository at this point in the history
Flakiness is happening often and impacting other PRs.
See issue here: #11203
  • Loading branch information
grantatspothero authored and hashhar committed Mar 4, 2022
1 parent d146e11 commit 9cf6806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ jobs:
- { modules: plugin/trino-sqlserver }
- { modules: plugin/trino-memsql }
- { modules: plugin/trino-oracle }
- { modules: plugin/trino-kudu }
# TODO: re-enable kudu tests after this issue is resolved: https://github.com/trinodb/trino/issues/11203
# - { modules: plugin/trino-kudu }
- { modules: plugin/trino-druid }
- { modules: plugin/trino-iceberg }
- { modules: plugin/trino-iceberg, profile: test-failure-recovery }
Expand Down

0 comments on commit 9cf6806

Please sign in to comment.