skip flaky suite (#193895)

This commit is contained in:
Tiago Costa 2024-10-02 16:38:09 +01:00
parent 7edb90e8bd
commit e2ebe2b8a4
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();