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 authored and tkajtoch committed Nov 12, 2024
1 parent f1e8ca8 commit 43f6aac
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 43f6aac

Please sign in to comment.