skip flaky suite (#142774)

This commit is contained in:
Tiago Costa 2023-11-30 16:30:57 +00:00
parent 4ab42396bc
commit cc80cf449e
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);