mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test (#141052)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
78bcab310c
commit
37a197d73c
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue