skip flaky suite (#142774)

This commit is contained in:
Tiago Costa 2022-11-28 18:25:11 +00:00
parent 48924de8c4
commit 49a18f121e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -309,7 +309,8 @@ describe('<FollowerIndicesList />', () => {
});
});
describe('detail panel', () => {
// FLAKY: https://github.com/elastic/kibana/issues/142774
describe.skip('detail panel', () => {
test('should open a detail panel when clicking on a follower index', async () => {
expect(exists('followerIndexDetail')).toBe(false);