Skip to content

Commit

Permalink
[ES|QL] Enable serverless tests (#181570)
Browse files Browse the repository at this point in the history
## Summary

Adds tests for testing ES|QL in serverless deployments. I am adding the
_esql_view in Discover for now but I also want to add the dashboard esql
tests too

Flaky test runner (25 times)
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/5859

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
stratoula and kibanamachine committed May 8, 2024
1 parent de3fa8e commit 9229006
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const deploymentAgnosticFunctionalServices = _.pick(functionalServices, [
'menuToggle',
'ml',
'monacoEditor',
'esql',
'pieChart',
'pipelineEditor',
'pipelineList',
Expand Down

0 comments on commit 9229006

Please sign in to comment.