Skip to content

Commit

Permalink
skip flaky suite (#79910)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 7, 2020
1 parent deef4c5 commit 128485c
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 128485c

Please sign in to comment.