Skip to content

Commit

Permalink
skip flaky suite (elastic#194510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2024
1 parent f3d529e commit ef98f9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef98f9e

Please sign in to comment.