You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/12/12 18:33:31 UTC

[flink-connector-pulsar] 14/27: [hotfix][pulsar] Disable tests

This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git

commit 8c939e874f142a75746486a19d8463853008f182
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Feb 18 08:54:32 2022 +0100

    [hotfix][pulsar] Disable tests
---
 flink-connector-pulsar-e2e-tests/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flink-connector-pulsar-e2e-tests/pom.xml b/flink-connector-pulsar-e2e-tests/pom.xml
index 7c87ec7..ab47a08 100644
--- a/flink-connector-pulsar-e2e-tests/pom.xml
+++ b/flink-connector-pulsar-e2e-tests/pom.xml
@@ -60,6 +60,13 @@ under the License.
 
 	<build>
 		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-dependency-plugin</artifactId>