This is an automated email from the ASF dual-hosted git repository.

hui pushed a commit to branch lmh/addQueryIT
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/lmh/addQueryIT by this push:
     new c01da063ac Ignore UDFAliasTest
c01da063ac is described below

commit c01da063ac716d21e1561938f2197e9e01c5b364
Author: Minghui Liu <[email protected]>
AuthorDate: Fri Jun 17 17:52:09 2022 +0800

    Ignore UDFAliasTest
---
 .../src/test/java/org/apache/iotdb/db/it/query/IoTDBAliasIT.java        | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBAliasIT.java 
b/integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBAliasIT.java
index 59df5454bd..0ceba53a09 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBAliasIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBAliasIT.java
@@ -27,6 +27,7 @@ import org.apache.iotdb.itbase.category.LocalStandaloneIT;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 import org.junit.runner.RunWith;
@@ -778,6 +779,7 @@ public class IoTDBAliasIT {
   }
 
   @Test
+  @Ignore
   public void UDFAliasTest() {
 
     String[] expect = {

Reply via email to