mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing es promototion suites (#115849)
This commit is contained in:
parent
5151aa4729
commit
f40618c707
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('with errors', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/115849
|
||||
describe.skip('with errors', function () {
|
||||
before(async () => {
|
||||
// Points the read/write aliases of annotations to an index with wrong mappings
|
||||
// so we can simulate errors when requesting annotations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue