Skip to content

Commit

Permalink
Disable 2.0 not supported cases
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Sep 11, 2024
1 parent adc64d0 commit 7cd0769
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// under the License.

suite("test_db_sync_rename_table") {
logger.info("rename table is not supported by 2.0")
return

def tableName = "tbl_rename_table_" + UUID.randomUUID().toString().replace("-", "")
def syncerAddress = "127.0.0.1:9190"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
// under the License.

suite("test_sync_view_twice") {
logger.info("this case is not supported by 2.0")
return

def syncerAddress = "127.0.0.1:9190"
def sync_gap_time = 5000
def createDuplicateTable = { tableName ->
Expand Down

0 comments on commit 7cd0769

Please sign in to comment.