From 0c228442b7d0a6195c3af7339f2e0972830a95b0 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Fri, 4 Nov 2022 11:23:29 +0200 Subject: [PATCH] [fix][ci] Skip pulsar-client tests in OTHER group - This change was missing from #18298 --- pulsar-client/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pulsar-client/pom.xml b/pulsar-client/pom.xml index 8cf75e89f52ea..a371b061073d5 100644 --- a/pulsar-client/pom.xml +++ b/pulsar-client/pom.xml @@ -288,4 +288,20 @@ + + + skipTestsForUnitGroupOther + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + +