Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
mymeiyi committed Nov 29, 2024
1 parent d15cc42 commit e4d8ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ suite("test_index_compaction_unique_keys_arr", "array_contains_inverted_index")
run_test.call(tableName)

// cluster key is not supported in cloud mode at branch-3.0
if (!isCloudMode) {
if (false) {
tableName = "test_index_compaction_unique_keys_arr_cluster_key"
sql """ DROP TABLE IF EXISTS ${tableName}; """
sql """
Expand Down

0 comments on commit e4d8ba3

Please sign in to comment.