Skip to content

Commit

Permalink
skip flaky suites (#100951)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 11, 2021
1 parent c1aa1ef commit 41b4223
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,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 41b4223

Please sign in to comment.