Skip to content

Commit

Permalink
skip flaky suite (elastic#196199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 22, 2025
1 parent 9c25cb8 commit 72f891c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ describe('threatMatchRowRenderer', () => {
});
});

describe('#renderRow', () => {
// FLAKY: https://github.com/elastic/kibana/issues/196199
describe.skip('#renderRow', () => {
it('renders with minimum required props', () => {
const children = threatMatchRowRenderer.renderRow({
data: threatMatchData,
Expand Down

0 comments on commit 72f891c

Please sign in to comment.