Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data Streams] Unskip API integration tests (elastic#209102)
Closes elastic#209014 ## Summary This PR unskips and updates the Data streams API integration tests to reflect the recent changes to Elasticsearch (elastic/elasticsearch#121049). Previously, the `cluster.logsdb.enabled` setting was always `false` by default in stateful Kibana. With the new changes, it is `true` by default if the `logsdb.prior_logs_usage` setting is `false` (which is the case for new test clusters, hence the test failure), and `true` otherwise. Therefore, we need to update the tests so that we test both cases. Flaky test runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7821 (cherry picked from commit 96e3d55)
- Loading branch information