Skip to content

Commit

Permalink
skip flaky suite (#183144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 15, 2024
1 parent 076e32d commit f7098f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jest.mock('./api');

const useKibanaMock = useKibana as jest.Mock;

describe('useGetCurrentUserProfile', () => {
// FLAKY: https://github.com/elastic/kibana/issues/183144
describe.skip('useGetCurrentUserProfile', () => {
const addSuccess = jest.fn();
(useToasts as jest.Mock).mockReturnValue({ addSuccess, addError: jest.fn() });

Expand Down

0 comments on commit f7098f3

Please sign in to comment.