Skip to content

Commit

Permalink
skip flaky suite (#185023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 11, 2024
1 parent cd35b38 commit e35800d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { mount } from 'enzyme';
import { ExceptionsViewerUtility } from './utility_bar';
import { TestProviders } from '../../../../common/mock';

describe('ExceptionsViewerUtility', () => {
// FLAKY: https://github.com/elastic/kibana/issues/185023
describe.skip('ExceptionsViewerUtility', () => {
it('it renders correct item counts', () => {
const wrapper = mount(
<TestProviders>
Expand Down

0 comments on commit e35800d

Please sign in to comment.