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