|
@@ -36,6 +36,15 @@ ext.docsFileTree = fileTree(projectDir) {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+tasks.named("yamlRestTest") {
|
|
|
+ if (BuildParams.isSnapshotBuild() == false) {
|
|
|
+ // LOOKUP is not available in snapshots
|
|
|
+ systemProperty 'tests.rest.blacklist', [
|
|
|
+ "reference/esql/processing-commands/lookup/esql-lookup-example"
|
|
|
+ ].join(',')
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/* List of files that have snippets that will not work until platinum tests can occur ... */
|
|
|
tasks.named("buildRestTests").configure {
|
|
|
getExpectedUnconvertedCandidates().addAll(
|