skip flaky suite (#190321)

This commit is contained in:
Tiago Costa 2024-08-29 04:29:59 +01:00
parent ed2e81e777
commit 4db8b3219c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -91,7 +91,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(await PageObjects.console.monaco.getCurrentLineNumber()).to.be(4);
});
describe('open documentation', () => {
// FLAKY: https://github.com/elastic/kibana/issues/190321
describe.skip('open documentation', () => {
const requests = ['GET _search', 'GET test_index/_search', 'GET /_search'];
requests.forEach((request) => {
it('should open documentation when Ctrl+/ is pressed', async () => {