Skip to content

Commit

Permalink
skip flaky suite (#176002)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 7, 2024
1 parent c0007c2 commit d4c641e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const renderMitreAttack = (contextValue: RightPanelContext) =>
</RightPanelContext.Provider>
);

describe('<MitreAttack />', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176002
describe.skip('<MitreAttack />', () => {
it('should render mitre attack information', async () => {
const contextValue = { searchHit: mockSearchHit } as unknown as RightPanelContext;

Expand Down

0 comments on commit d4c641e

Please sign in to comment.