This is an automated email from the ASF dual-hosted git repository.
nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new f3800f11b0 fix tests running when skipTests provided (#4297)
f3800f11b0 is described below
commit f3800f11b007e2e17be6ee3bedde37c7406f05b7
Author: ZhangJian He <[email protected]>
AuthorDate: Thu Apr 18 20:59:03 2024 +0800
fix tests running when skipTests provided (#4297)
Signed-off-by: ZhangJian He <[email protected]>
---
circe-checksum/pom.xml | 1 +
cpu-affinity/pom.xml | 3 +++
2 files changed, 4 insertions(+)
diff --git a/circe-checksum/pom.xml b/circe-checksum/pom.xml
index d67179c600..55b888a86c 100644
--- a/circe-checksum/pom.xml
+++ b/circe-checksum/pom.xml
@@ -86,6 +86,7 @@
<include>**/*.cpp</include>
</includes>
</cpp>
+ <skipTests>${skipTests}</skipTests>
<!-- skip by default, enabled in OS profiles -->
<skip>true</skip>
</configuration>
diff --git a/cpu-affinity/pom.xml b/cpu-affinity/pom.xml
index f30099da20..37ead574bd 100644
--- a/cpu-affinity/pom.xml
+++ b/cpu-affinity/pom.xml
@@ -53,6 +53,9 @@
<groupId>com.github.maven-nar</groupId>
<artifactId>nar-maven-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <skipTests>${skipTests}</skipTests>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>