mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing es promotion suites (#188109)
This commit is contained in:
parent
51da2d98a4
commit
e4fc4b2259
1 changed files with 2 additions and 1 deletions
|
@ -237,7 +237,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
await cleanup();
|
||||
});
|
||||
|
||||
it(`Checking error messages`, async () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/188109
|
||||
it.skip(`Checking error messages`, async () => {
|
||||
for (const { query, error } of queryToErrors) {
|
||||
const jsonBody = await sendESQLQuery(query);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue