We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cda19 commit 0c3b891Copy full SHA for 0c3b891
docs/build.gradle
@@ -37,6 +37,7 @@ ext.docsFileTree = fileTree(projectDir) {
37
}
38
39
tasks.named("yamlRestTest") {
40
+ enabled = false
41
if (buildParams.isSnapshotBuild() == false) {
42
// LOOKUP is not available in snapshots
43
systemProperty 'tests.rest.blacklist', [
@@ -47,6 +48,7 @@ tasks.named("yamlRestTest") {
47
48
49
/* List of files that have snippets that will not work until platinum tests can occur ... */
50
tasks.named("buildRestTests").configure {
51
52
getExpectedUnconvertedCandidates().addAll(
53
'reference/ml/anomaly-detection/ml-configuring-transform.asciidoc',
54
'reference/ml/anomaly-detection/apis/delete-calendar-event.asciidoc',
0 commit comments