skip flaky suite (#174066)

This commit is contained in:
Tiago Costa 2024-01-16 16:11:35 +00:00
parent 35335440c7
commit 691cb6ce26
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -149,7 +149,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
describe('edit index pattern', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174066
describe.skip('edit index pattern', () => {
it('on edit click', async () => {
await PageObjects.settings.editIndexPattern('logstash-*', '@timestamp', 'Logstash Star');