Skip to content

Commit

Permalink
[DOCS] Disables example testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Sep 5, 2018
1 parent 6bc7a02 commit c8423ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/reference/ml/apis/delete-forecast.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ The following example deletes all forecasts from the `total-requests` job:

[source,js]
--------------------------------------------------
DELETE _xpack/ml/anomaly_detectors/total-requests/_forecast/wkCWa2IB2lF8nSE_TzZo
DELETE _xpack/ml/anomaly_detectors/total-requests/_forecast/_all
--------------------------------------------------
// CONSOLE
// TEST[setup:server_metrics_openjob]
// TEST[catch:missing]
// TEST[skip:setup:server_metrics_openjob]

If the request does not encounter errors, you receive the following result:
[source,js]
Expand Down

0 comments on commit c8423ae

Please sign in to comment.