skip flaky suite (#183479)

This commit is contained in:
Tiago Costa 2024-05-29 22:01:44 +01:00
parent 81d3e1a4be
commit f813d80dbf
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -174,7 +174,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
describe('errors', () => {
// FLAKY: https://github.com/elastic/kibana/issues/183479
describe.skip('errors', () => {
it('should show error messages for syntax errors in query', async function () {
await PageObjects.discover.selectTextBaseLang();
const brokenQueries = [