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

github-bot pushed a commit to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 7d0fc81a0d8047914bb9046814e20f1b6bbc4283
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Jun 12 08:02:22 2020 +0100

    Temporarily disable debezium tests until #1311 and associtated issues are 
fixed
---
 .github/test-categories.yaml                     | 2 +-
 integration-tests/pom.xml                        | 3 +++
 tooling/scripts/validate-github-workflows.groovy | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/test-categories.yaml b/.github/test-categories.yaml
index 1f99bda..9772dd7 100644
--- a/.github/test-categories.yaml
+++ b/.github/test-categories.yaml
@@ -33,7 +33,7 @@ main:
   - main-xml-jaxb
 database:
   - couchdb
-  - debezium
+# - debezium
   - influxdb
   - jdbc
   - kudu
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 70b0f1c..8c0d57b 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -82,7 +82,10 @@
         <module>csv</module>
         <module>dataformat</module>
         <module>dataformats-json</module>
+        <!--
+        https://github.com/apache/camel-quarkus/issues/1311
         <module>debezium</module>
+        -->
         <module>dozer</module>
         <module>elasticsearch-rest</module>
         <module>exec</module>
diff --git a/tooling/scripts/validate-github-workflows.groovy 
b/tooling/scripts/validate-github-workflows.groovy
index 4b408de..6b13e78 100644
--- a/tooling/scripts/validate-github-workflows.groovy
+++ b/tooling/scripts/validate-github-workflows.groovy
@@ -29,7 +29,7 @@ final Path jobDefPath = 
treeRootDir.resolve(testCategoriesDefRelPath)
 final Set<String> executedBaseNames = [] as Set
 
 // Add any ignored itest modules here. Or prefix the module name with '#' to 
disable it
-final List<String> excludedModules = ['fhir', 'kubernetes', 'support'] as List
+final List<String> excludedModules = ['debezium', 'fhir', 'kubernetes', 
'support'] as List
 
 final Yaml parser = new Yaml()
 def testCategoryConfig = parser.load((jobDefPath.toFile()).text)

Reply via email to