Skip to content

Commit 51029b2

Browse files
committed
skip failing test suite (#182435)
1 parent 5b10c1c commit 51029b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components

x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ describe('Update Api Key', () => {
225225
});
226226
});
227227

228-
describe('rules_list component empty', () => {
228+
// Failing: See https://github.com/elastic/kibana/issues/182435
229+
describe.skip('rules_list component empty', () => {
229230
beforeEach(() => {
230231
fetchActiveMaintenanceWindowsMock.mockResolvedValue([]);
231232
loadRulesWithKueryFilter.mockResolvedValue({

0 commit comments

Comments
 (0)