Skip to content

Commit e433bce

Browse files
committed
Disable failing tests elastic#31456
1 parent 0060bb7 commit e433bce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/ingest-attachment/build.gradle

Lines changed: 4 additions & 0 deletions
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)