mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing jest suites (#139062)
This commit is contained in:
parent
39d872704e
commit
0d7770898f
2 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,8 @@ const defaultProps = {
|
|||
messageVariables: [],
|
||||
};
|
||||
|
||||
describe('JiraParamsFields renders', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/139062
|
||||
describe.skip('JiraParamsFields renders', () => {
|
||||
const useGetIssueTypesResponse = {
|
||||
isLoading: false,
|
||||
issueTypes: [
|
||||
|
|
|
@ -139,7 +139,8 @@ const mockErrorLogResponse = {
|
|||
],
|
||||
};
|
||||
|
||||
describe('rule_event_log_list', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/139062
|
||||
describe.skip('rule_event_log_list', () => {
|
||||
beforeEach(() => {
|
||||
jest.clearAllMocks();
|
||||
useKibanaMock().services.uiSettings.get = jest.fn().mockImplementation((value: string) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue