mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
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:
parent
7c5392ba22
commit
f1402d682c
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue