Skip to content

Commit

Permalink
unskip sample_data_apis test: dates (elastic#164112)
Browse files Browse the repository at this point in the history
## Summary

Closes elastic#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
  • Loading branch information
tsullivan committed Aug 18, 2023
1 parent 7c5392b commit f1402d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/api_integration/apis/home/sample_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f1402d6

Please sign in to comment.