mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#194510)
This commit is contained in:
parent
f3d529e3de
commit
ef98f9e8e7
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ describe('Timeline', () => {
|
|||
expect(screen.getByTestId(esqlTabSubj)).toBeVisible();
|
||||
});
|
||||
|
||||
describe('no existing esql query is present', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/194510
|
||||
describe.skip('no existing esql query is present', () => {
|
||||
it('should not show the esql tab when the advanced setting is disabled', async () => {
|
||||
useEsqlAvailabilityMock.mockReturnValue({
|
||||
isEsqlAdvancedSettingEnabled: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue