mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#190321)
This commit is contained in:
parent
ed2e81e777
commit
4db8b3219c
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue