skip failing test (#141052)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2022-09-21 10:02:10 -07:00
parent 78bcab310c
commit 37a197d73c

View file

@ -1876,7 +1876,8 @@ describe('rules_list with disabled items', () => {
});
});
describe('Rules list bulk actions', () => {
// Failing: https://github.com/elastic/kibana/issues/141052
describe.skip('Rules list bulk actions', () => {
let wrapper: ReactWrapper<any>;
async function setup(authorized: boolean = true) {