Skip to content

Commit 8b9b449

Browse files
committed
Disable failing tests #31456
1 parent 3805633 commit 8b9b449

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/ingest-attachment/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ versions << [
3030
'mime4j': '0.8.1'
3131
]
3232

33+
// disabled untill https://github.com/elastic/elasticsearch/issues/31456
34+
// is fixed.
35+
integTest.enabled = false
36+
3337
dependencies {
3438
// mandatory for tika
3539
compile "org.apache.tika:tika-core:${versions.tika}"

0 commit comments

Comments
 (0)