From 70d5cd76e342a37694d0f6a923ac70c04da4dffa Mon Sep 17 00:00:00 2001 From: CoreRasurae <luis.p.mendes@gmail.com> Date: Mon, 23 Apr 2018 23:58:25 +0100 Subject: [PATCH] Update: Enable kernel profiling and execution simultaneously on multiple devices - fix pom.xml jni version --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index d7c77ba0..122f5949 100644 --- a/pom.xml +++ b/pom.xml @@ -137,9 +137,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skipTests>true</skipTests> - </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> -- GitLab