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