unskip sample_data_apis test: dates (#164112)

## Summary

Closes https://github.com/elastic/kibana/issues/121051

I'm not seeing flakiness in the test suite after enabling all the tests.

Test suite: `test/api_integration/config.js`
Test runs:
*
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2904
*
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2917
This commit is contained in:
Tim Sullivan 2023-08-18 16:44:21 -07:00 committed by GitHub
parent 7c5392ba22
commit f1402d682c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,8 +68,7 @@ export default function ({ getService }: FtrProviderContext) {
});
});
// Failing: See https://github.com/elastic/kibana/issues/121051
describe.skip('dates', () => {
describe('dates', () => {
it('should load elasticsearch index containing sample data with dates relative to current time', async () => {
const resp = await es.search<{ timestamp: string }>({
index: 'kibana_sample_data_flights',