Skip to content

Commit

Permalink
skip flaky suite (elastic#166572)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent 6a8c53b commit 419fc0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api_integration/apis/home/sample_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 419fc0f

Please sign in to comment.