Skip to content

Commit

Permalink
Merge branch 'master' into assure-bazel-tools-are-correctly-installed
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jan 28, 2021
2 parents 8704ae2 + 4d79419 commit 0adc7cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('QueryStringInput', () => {
expect(component.find(QueryLanguageSwitcher).prop('language')).toBe(luceneQuery.language);
});

it('Should disable autoFocus on EuiTextArea when disableAutoFocus prop is true', () => {
it.skip('Should disable autoFocus on EuiTextArea when disableAutoFocus prop is true', () => {
const component = mount(
wrapQueryStringInputInContext({
query: kqlQuery,
Expand Down

0 comments on commit 0adc7cb

Please sign in to comment.