Skip to content

Commit

Permalink
[Fix](test) test_cumu_compaction_with_delete case should be nonConcur…
Browse files Browse the repository at this point in the history
…rent (#47372)
  • Loading branch information
Yukang-Lian authored and Your Name committed Jan 26, 2025
1 parent a3580a6 commit 92f898a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import org.codehaus.groovy.runtime.IOGroovyMethods

suite("test_cumu_compaction_with_delete") {
suite("test_cumu_compaction_with_delete", "nonConcurrent") {
def backendId_to_backendIP = [:]
def backendId_to_backendHttpPort = [:]
getBackendIpHttpPort(backendId_to_backendIP, backendId_to_backendHttpPort);
Expand Down

0 comments on commit 92f898a

Please sign in to comment.