Skip to content

Commit 3e4824d

Browse files
jrodewigelasticsearchmachine
authored and
elasticsearchmachine
committed
[DOCS] Mute snippet tests for elastic#75069 (elastic#75237)
1 parent 3401c33 commit 3e4824d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/sql/endpoints/rest.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ POST _sql?format=json
581581
"fetch_size": 5
582582
}
583583
----
584+
// TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
584585
// TEST[setup:library]
585586
// TEST[s/"wait_for_completion_timeout": "2s"/"wait_for_completion_timeout": "0"/]
586587

@@ -604,6 +605,7 @@ For CSV, TSV, and TXT responses, the API returns these values in the respective
604605
"rows": [ ]
605606
}
606607
----
608+
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
607609
// TESTRESPONSE[s/FnR0TDhyWUVmUmVtWXRWZER4MXZiNFEad2F5UDk2ZVdTVHV1S0xDUy00SklUdzozMTU=/$body.id/]
608610
// TESTRESPONSE[s/"is_partial": true/"is_partial": $body.is_partial/]
609611
// TESTRESPONSE[s/"is_running": true/"is_running": $body.is_running/]
@@ -630,6 +632,7 @@ complete results.
630632
"completion_status": 200
631633
}
632634
----
635+
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
633636
// TESTRESPONSE[s/FnR0TDhyWUVmUmVtWXRWZER4MXZiNFEad2F5UDk2ZVdTVHV1S0xDUy00SklUdzozMTU=/$body.id/]
634637
// TESTRESPONSE[s/"expiration_time_in_millis": 1611690295000/"expiration_time_in_millis": $body.expiration_time_in_millis/]
635638

@@ -661,6 +664,7 @@ POST _sql?format=json
661664
"fetch_size": 5
662665
}
663666
----
667+
// TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
664668
// TEST[setup:library]
665669

666670
You can use the get async SQL search API's `keep_alive` parameter to later
@@ -698,6 +702,7 @@ POST _sql?format=json
698702
"fetch_size": 5
699703
}
700704
----
705+
// TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
701706
// TEST[setup:library]
702707

703708
If `is_partial` and `is_running` are `false`, the search was synchronous and
@@ -714,6 +719,7 @@ returned complete results.
714719
"cursor": ...
715720
}
716721
----
722+
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
717723
// TESTRESPONSE[s/Fnc5UllQdUVWU0NxRFNMbWxNYXplaFEaMUpYQ05oSkpTc3kwZ21EdC1tbFJXQTo0NzA=/$body.id/]
718724
// TESTRESPONSE[s/"rows": \.\.\./"rows": $body.rows/]
719725
// TESTRESPONSE[s/"columns": \.\.\./"columns": $body.columns/]

0 commit comments

Comments
 (0)