Parcourir la source

skip test

Signed-off-by: sahuang <xiaohai.xu@zilliz.com>
sahuang il y a 4 ans
Parent
commit
7ae33fa146
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      pom.xml

+ 3 - 0
pom.xml

@@ -312,6 +312,9 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>2.19.1</version>
+                <configuration>
+                    <skipTests>true</skipTests>
+                </configuration>
                 <dependencies>
                     <dependency>
                         <groupId>org.junit.platform</groupId>