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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 7faf8d0  Add RAT Integration Test Exclusion
     new d06c4f9  Merge pull request #1412 from nadment/HOP-RAT
7faf8d0 is described below

commit 7faf8d042b70670bdbe1f6f51e0136a6887661bc
Author: Nicolas Adment <[email protected]>
AuthorDate: Sat Mar 5 17:18:30 2022 +0100

    Add RAT Integration Test Exclusion
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index d254cf6..0f97b03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -754,6 +754,9 @@
                         <!-- External Integration Test Exclusion -->
                         <exclude>**/integration-tests/**/*.txt</exclude>
                         <exclude>**/integration-tests/**/*.csv</exclude>
+                        <exclude>**/integration-tests/**/*.avro</exclude>
+                        <exclude>**/integration-tests/**/*.xls</exclude>
+                        <exclude>**/integration-tests/**/*.xlsx</exclude>
                         <exclude>**/integration-tests/**/*.json</exclude>
                         <exclude>**/integration-tests/**/*.json.old</exclude>
 

Reply via email to