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 <ches...@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>

Reply via email to