From 5f3e7e12b0d4d8d110ef85092a15fd133061e4e5 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Mon, 10 Aug 2020 17:36:48 +0800 Subject: [PATCH] 实测TVOC --- pom.xml | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5b15421..6642f1f 100644 --- a/pom.xml +++ b/pom.xml @@ -271,13 +271,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <testFailureIgnore>true</testFailureIgnore> - </configuration> - </plugin> </plugins> </build> </project> \ No newline at end of file -- Gitblit v1.8.0