Skip to content

Commit

Permalink
skip failing test suite (#182435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 25, 2024
1 parent 5b10c1c commit 51029b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ describe('Update Api Key', () => {
});
});

describe('rules_list component empty', () => {
// Failing: See https://github.com/elastic/kibana/issues/182435
describe.skip('rules_list component empty', () => {
beforeEach(() => {
fetchActiveMaintenanceWindowsMock.mockResolvedValue([]);
loadRulesWithKueryFilter.mockResolvedValue({
Expand Down

0 comments on commit 51029b2

Please sign in to comment.