File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ mysql_groups=(
4444 # G05
4545 ' vector simple partition_table fail_over_ddl_F conflict_key_generated_column wide_table'
4646 # G06
47- ' http_api http_api_compatibility http_api_tls http_api_tls_old_arch fail_over_ddl_G synced_status same_upstream_downstream'
47+ # NOTE: same_upstream_downstream is temporarily disabled on release-8.5 CI because TiDB 8.5.x
48+ # does not write `cluster_id` into `mysql.tidb` (tidb#59511 not cherry-picked). Re-enable it
49+ # after TiDB release-8.5 has `mysql.tidb.cluster_id`.
50+ ' http_api http_api_compatibility http_api_tls http_api_tls_old_arch fail_over_ddl_G synced_status'
4851 # G07
4952 ' http_api_tls_with_user_auth fail_over_ddl_H changefeed_update_config synced_status_with_redo'
5053 # G08
You can’t perform that action at this time.
0 commit comments