mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite. #126414
This commit is contained in:
parent
632d64e5d1
commit
c591e46aa3
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
expect(PageObjects.console.isAutocompleteVisible()).to.be.eql(true);
|
||||
});
|
||||
|
||||
describe('with a missing comma in query', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/126414
|
||||
describe.skip('with a missing comma in query', () => {
|
||||
const LINE_NUMBER = 4;
|
||||
beforeEach(async () => {
|
||||
await PageObjects.console.clearTextArea();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue