Skip to content

Commit

Permalink
skip flaky suite (#194510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2024
1 parent 2c69d9a commit 8cf2f6b
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 8cf2f6b

Please sign in to comment.