Skip to content

Commit

Permalink
skip failing test suite (#192475)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 10, 2024
1 parent 68234cc commit 99ee0c2
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 99ee0c2

Please sign in to comment.