Skip to content

Commit

Permalink
skip flaky suite (#52246)
Browse files Browse the repository at this point in the history
(cherry picked from commit c8c3e51)
  • Loading branch information
spalger committed Dec 6, 2019
1 parent b284c15 commit db22a4c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ function wrapSearchBarInContext(testProps: OuterSearchBarProps) {
);
}

describe('search_bar', () => {
// FLAKY: https://github.com/elastic/kibana/issues/52246
describe.skip('search_bar', () => {
const defaultProps = {
isLoading: false,
onQuerySubmit: jest.fn(),
Expand Down

0 comments on commit db22a4c

Please sign in to comment.