Skip to content

Commit

Permalink
skip flaky suite (#193895)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 2, 2024
1 parent 7edb90e commit e2ebe2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/console/_text_input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('console history', () => {
// FLAKY: https://github.com/elastic/kibana/issues/193895
describe.skip('console history', () => {
const sendRequest = async (request: string) => {
await PageObjects.console.enterText(request);
await PageObjects.console.clickPlay();
Expand Down

0 comments on commit e2ebe2b

Please sign in to comment.