Skip to content

Commit

Permalink
Disable failing tests #31456
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t committed Jun 20, 2018
1 parent 3805633 commit 8b9b449
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ versions << [
'mime4j': '0.8.1'
]

// disabled untill https://github.com/elastic/elasticsearch/issues/31456
// is fixed.
integTest.enabled = false

dependencies {
// mandatory for tika
compile "org.apache.tika:tika-core:${versions.tika}"
Expand Down

0 comments on commit 8b9b449

Please sign in to comment.