mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#196199)
This commit is contained in:
parent
9c25cb8cc2
commit
72f891c415
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue