Skip to content

Commit

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

0 comments on commit 4db8b32

Please sign in to comment.