mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip query string input render. #85715
This commit is contained in:
parent
45eae10e36
commit
b9fd79a9e0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ describe('QueryStringInput', () => {
|
|||
jest.clearAllMocks();
|
||||
});
|
||||
|
||||
it('Should render the given query', async () => {
|
||||
it.skip('Should render the given query', async () => {
|
||||
const { getByText } = render(
|
||||
wrapQueryStringInputInContext({
|
||||
query: kqlQuery,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue