Skip to content

Commit

Permalink
skip flaky suite (#100951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 7, 2023
1 parent 4513f7b commit bdbf10a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ describe('<FollowerIndicesList />', () => {
});
});

describe('detail panel', () => {
// FLAKY: https://github.com/elastic/kibana/issues/100951
describe.skip('detail panel', () => {
test('should open a detail panel when clicking on a follower index', async () => {
expect(exists('followerIndexDetail')).toBe(false);

Expand Down

0 comments on commit bdbf10a

Please sign in to comment.