Skip to content

Commit

Permalink
skip failing test suite (#151688)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 21, 2023
1 parent f9207ef commit 144df81
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const alerts = [
},
] as unknown as Alerts;

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

0 comments on commit 144df81

Please sign in to comment.