diff --git a/regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy b/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy similarity index 98% rename from regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy rename to regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy index 360c7dd844e80c..6759677ff235e7 100644 --- a/regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy +++ b/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -suite("iceberg_rest_on_hdfs", "external,iceberg,external_docker,external_docker_iceberg_rest,new_catalog_property") { +suite("iceberg_rest_on_hdfs", "p2,external") { def testQueryAndInsert = { String catalogProperties, String prefix -> @@ -309,4 +309,4 @@ suite("iceberg_rest_on_hdfs", "external,iceberg,external_docker,external_docker_ """ testQueryAndInsert(iceberg_rest_type_prop_hdfs + warehouse + hdfs_storage_properties, "iceberg_rest_on_hdfs") -} \ No newline at end of file +}