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 Oct 18, 2024
1 parent a0ac374 commit 48328c7
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 48328c7

Please sign in to comment.