mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#192475)
This commit is contained in:
parent
68234cc6ef
commit
99ee0c2da2
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ import type { AppMockRenderer } from '../../../common/mock';
|
|||
import { createAppMockRenderer } from '../../../common/mock';
|
||||
import { TheHiveTLP } from './types';
|
||||
|
||||
describe('TheHive Cases Fields', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/192475
|
||||
describe.skip('TheHive Cases Fields', () => {
|
||||
const fields = {
|
||||
TLP: 1,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue