Skip to content

Commit

Permalink
Temporarily disable debezium tests until apache#1311 and associtated …
Browse files Browse the repository at this point in the history
…issues are fixed
  • Loading branch information
jamesnetherton authored and ppalaga committed Jun 26, 2020
1 parent 9712037 commit 144cff5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/test-categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ main:
- main-xml-jaxb
database:
- couchdb
- debezium
# - debezium
- influxdb
- jdbc
- kudu
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tooling/scripts/validate-github-workflows.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 144cff5

Please sign in to comment.