skip flaky suite (#166572)

This commit is contained in:
Tiago Costa 2023-10-15 19:39:02 +01:00
parent 02177248ec
commit fed5c52859
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -72,7 +72,8 @@ export default function ({ getService }: FtrProviderContext) {
});
});
describe('dates', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166572
describe.skip('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',