mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky jest suite (#134924)
This commit is contained in:
parent
bcc17e178b
commit
770a2cf6fc
1 changed files with 2 additions and 1 deletions
|
@ -398,7 +398,8 @@ describe('Update Api Key', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('rules_list component empty', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/134924
|
||||
describe.skip('rules_list component empty', () => {
|
||||
let wrapper: ReactWrapper<any>;
|
||||
async function setup() {
|
||||
loadRules.mockResolvedValue({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue