mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
770a2cf6fc
commit
429c14991a
1 changed files with 4 additions and 1 deletions
|
@ -312,7 +312,10 @@ const mockedRulesData = [
|
|||
beforeEach(() => {
|
||||
(getIsExperimentalFeatureEnabled as jest.Mock<any, any>).mockImplementation(() => false);
|
||||
});
|
||||
describe('Update Api Key', () => {
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/134922
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/134923
|
||||
describe.skip('Update Api Key', () => {
|
||||
const addSuccess = jest.fn();
|
||||
const addError = jest.fn();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue