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 b0683738f5cbd244418858a1886057b81cfd4604
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 a875168..c5c4b7d 100644
--- a/.github/test-categories.yaml
+++ b/.github/test-categories.yaml
@@ -32,7 +32,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 109bf2f..b7e1508 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -72,7 +72,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