Skip to content

Commit

Permalink
skip failing test suite (elastic#192475)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and gergoabraham committed Sep 13, 2024
1 parent e2c5579 commit ccf5dd0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit ccf5dd0

Please sign in to comment.