Skip to content

Commit

Permalink
skip flaky suite (#79910)
Browse files Browse the repository at this point in the history
(cherry picked from commit 128485c)
  • Loading branch information
spalger committed Oct 7, 2020
1 parent 3d6b3e8 commit 8b10572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/data/public/ui/search_bar/search_bar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ function wrapSearchBarInContext(testProps: any) {
);
}

describe('SearchBar', () => {
// FLAKY: https://github.com/elastic/kibana/issues/79910
describe.skip('SearchBar', () => {
const SEARCH_BAR_TEST_ID = 'globalQueryBar';
const SEARCH_BAR_ROOT = '.globalQueryBar';
const FILTER_BAR = '.globalFilterBar';
Expand Down

0 comments on commit 8b10572

Please sign in to comment.