mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#186501)
This commit is contained in:
parent
01378a1e5e
commit
be11a5060a
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
expect(PageObjects.console.monaco.isAutocompleteVisible()).to.be.eql(true);
|
||||
});
|
||||
|
||||
describe('Autocomplete behavior', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/186501
|
||||
describe.skip('Autocomplete behavior', () => {
|
||||
beforeEach(async () => {
|
||||
await PageObjects.console.monaco.clearEditorText();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue