This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hive.git
The following commit(s) were added to refs/heads/main by this push:
new e8131a7 [hotfix] Run end to end tests only if profile
run-end-to-end-tests explicitely activated
e8131a7 is described below
commit e8131a79b875ca24da1362c636cf656f6d2225ee
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Tue Jan 9 21:10:36 2024 +0100
[hotfix] Run end to end tests only if profile run-end-to-end-tests
explicitely activated
---
flink-connector-hive-e2e-tests/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/flink-connector-hive-e2e-tests/pom.xml
b/flink-connector-hive-e2e-tests/pom.xml
index a6e5eca..8f06aca 100644
--- a/flink-connector-hive-e2e-tests/pom.xml
+++ b/flink-connector-hive-e2e-tests/pom.xml
@@ -213,6 +213,16 @@ under the License.
<configuration>
<skip>${skip.e2e.tests}</skip>
</configuration>
+ <executions>
+ <execution>
+ <id>default-test</id>
+ <phase>none</phase>
+ </execution>
+ <execution>
+ <id>integration-tests</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>