Skip to content

Commit 265c3ee

Browse files
authored
Revert "[DOCS] Mute snippet tests for #75069 (#75237)" (#106140)
This reverts commit 75c585c.
1 parent 009eb5f commit 265c3ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/reference/sql/endpoints/rest.asciidoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ POST _sql?format=json
579579
"fetch_size": 5
580580
}
581581
----
582-
// TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
583582
// TEST[setup:library]
584583
// TEST[s/"wait_for_completion_timeout": "2s"/"wait_for_completion_timeout": "0"/]
585584

@@ -603,7 +602,6 @@ For CSV, TSV, and TXT responses, the API returns these values in the respective
603602
"rows": [ ]
604603
}
605604
----
606-
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
607605
// TESTRESPONSE[s/FnR0TDhyWUVmUmVtWXRWZER4MXZiNFEad2F5UDk2ZVdTVHV1S0xDUy00SklUdzozMTU=/$body.id/]
608606
// TESTRESPONSE[s/"is_partial": true/"is_partial": $body.is_partial/]
609607
// TESTRESPONSE[s/"is_running": true/"is_running": $body.is_running/]
@@ -630,7 +628,6 @@ complete results.
630628
"completion_status": 200
631629
}
632630
----
633-
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
634631
// TESTRESPONSE[s/FnR0TDhyWUVmUmVtWXRWZER4MXZiNFEad2F5UDk2ZVdTVHV1S0xDUy00SklUdzozMTU=/$body.id/]
635632
// TESTRESPONSE[s/"expiration_time_in_millis": 1611690295000/"expiration_time_in_millis": $body.expiration_time_in_millis/]
636633

@@ -663,7 +660,6 @@ POST _sql?format=json
663660
"fetch_size": 5
664661
}
665662
----
666-
// TEST[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
667663
// TEST[setup:library]
668664

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

708703
If `is_partial` and `is_running` are `false`, the search was synchronous and
@@ -719,7 +714,6 @@ returned complete results.
719714
"cursor": ...
720715
}
721716
----
722-
// TESTRESPONSE[skip:waiting on https://github.com/elastic/elasticsearch/issues/75069]
723717
// TESTRESPONSE[s/Fnc5UllQdUVWU0NxRFNMbWxNYXplaFEaMUpYQ05oSkpTc3kwZ21EdC1tbFJXQTo0NzA=/$body.id/]
724718
// TESTRESPONSE[s/"rows": \.\.\./"rows": $body.rows/]
725719
// TESTRESPONSE[s/"columns": \.\.\./"columns": $body.columns/]

0 commit comments

Comments
 (0)