Skip to content

Commit

Permalink
Skip triggers actions failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Feb 22, 2023
1 parent f79e02e commit f6c8506
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ const mockedUseCellActions: UseCellActions = () => {
};
};

describe('AlertsTable', () => {
// FAILING: https://github.com/elastic/kibana/issues/151688
describe.skip('AlertsTable', () => {
const fetchAlertsData = {
activePage: 0,
alerts,
Expand Down

0 comments on commit f6c8506

Please sign in to comment.