Sfoglia il codice sorgente

skip test

Signed-off-by: sahuang <xiaohai.xu@zilliz.com>
sahuang 4 anni fa
parent
commit
7ae33fa146
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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>