skip query string input render. #85715

This commit is contained in:
Jonathan Budzenski 2021-01-28 09:07:08 -06:00
parent 45eae10e36
commit b9fd79a9e0

View file

@ -89,7 +89,7 @@ describe('QueryStringInput', () => {
jest.clearAllMocks(); jest.clearAllMocks();
}); });
it('Should render the given query', async () => { it.skip('Should render the given query', async () => {
const { getByText } = render( const { getByText } = render(
wrapQueryStringInputInContext({ wrapQueryStringInputInContext({
query: kqlQuery, query: kqlQuery,