Skip to content

Commit

Permalink
Disable yamlRestTest task
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 4, 2024
1 parent 6461c0d commit 5cab655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugin/esql/qa/server/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ BuildParams.bwcVersions.withWireCompatible(supportedVersion) { bwcVersion, baseN
dependsOn javaRestTest, yamlRestTest
}
}

tasks.named("yamlRestTest") {
enabled = false
}

0 comments on commit 5cab655

Please sign in to comment.