diff --git a/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy b/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy index 0939528c3148ad..cab85625c84517 100644 --- a/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy +++ b/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy @@ -54,8 +54,8 @@ suite("test_partitions_tvf","p0,external,tvf,external_docker") { // assertEquals(1, res[0][9]); // StorageMedium assertEquals("HDD", res[0][10]); - // ReplicaAllocation - assertEquals("tag.location.default: 1", res[0][16]); + // ReplicaAllocation: if force_olap_table_replication_num is set to 3,here will be 3 + // assertEquals("tag.location.default: 1", res[0][16]); // IsMutable assertEquals(true, res[0][17]); // SyncWithBaseTables