Skip to content

Commit

Permalink
[regression-test](fix) remove mow 2pc test cases (#46609)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuke987 authored Jan 9, 2025
1 parent 6ab0713 commit 195319f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,10 @@ suite("test_stream_load_properties", "p0") {
sql new File("""${context.file.parent}/ddl/${tableName}_drop.sql""").text
sql new File("""${context.file.parent}/ddl/${tableName}_create.sql""").text

if (isCloudMode()) {
continue
}

String txnId
def tableName1 = "stream_load_" + tableName
// Invalid txn_id string with letters
Expand Down

0 comments on commit 195319f

Please sign in to comment.