Skip to content

Commit

Permalink
Fix build failure due to unknown task and disable test conventions
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Vieira <portugee@gmail.com>
  • Loading branch information
mark-vieira committed Aug 12, 2019
1 parent 2bee264 commit 8ed84bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugin/ml/qa/native-multi-node-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ sourceSets.test.resources.srcDir(keystoreDir)
processTestResources.dependsOn(copyKeyCerts)

// Disabled and tracked here https://github.com/elastic/elasticsearch/issues/45405
integTests.enabled = false
integTest.enabled = false
testingConventions.enabled = false

integTest {
dependsOn copyKeyCerts
Expand Down

0 comments on commit 8ed84bc

Please sign in to comment.