Skip to content

Commit

Permalink
skip failing test suite (elastic#199648,elastic#199700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 11, 2024
1 parent de74558 commit 7b081fe
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ const onOpenTimeline = jest.fn();
const COMBO_BOX_TOGGLE_BUTTON_TEST_ID = 'comboBoxToggleListButton';
const VERSION_INPUT_TEST_ID = 'relatedIntegrationVersionDependency';

describe('StepDefineRule', () => {
// Failing: See https://github.com/elastic/kibana/issues/199648
// Failing: See https://github.com/elastic/kibana/issues/199700
describe.skip('StepDefineRule', () => {
beforeEach(() => {
jest.clearAllMocks();
mockUseRuleFromTimeline.mockReturnValue({ onOpenTimeline, loading: false });
Expand Down

0 comments on commit 7b081fe

Please sign in to comment.