Skip to content

Commit

Permalink
Merge branch 'master' into alerting/search-alert
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jan 28, 2021
2 parents 0593fdb + 1ab03d0 commit adbc01d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ function wrapQueryStringInputInContext(testProps: any, storage?: any) {
);
}

describe('QueryStringInput', () => {
// FAILING: https://github.com/elastic/kibana/issues/85715
// FAILING: https://github.com/elastic/kibana/issues/89603
// FAILING: https://github.com/elastic/kibana/issues/89641
describe.skip('QueryStringInput', () => {
beforeEach(() => {
jest.clearAllMocks();
});
Expand All @@ -102,7 +105,7 @@ describe('QueryStringInput', () => {
await waitFor(() => getByText('KQL'));
});

it.skip('Should pass the query language to the language switcher', () => {
it('Should pass the query language to the language switcher', () => {
const component = mount(
wrapQueryStringInputInContext({
query: luceneQuery,
Expand Down

0 comments on commit adbc01d

Please sign in to comment.