mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#166572)
This commit is contained in:
parent
02177248ec
commit
fed5c52859
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue