[test] Skips Ingest Manager test preventing ES promotion

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-07-14 23:40:35 -07:00
parent ddbfe53e22
commit 6868ece766

View file

@ -23,7 +23,7 @@ export default function ({ getService }: FtrProviderContext) {
// Temporarily skipped to promote snapshot
// Re-enabled in https://github.com/elastic/kibana/pull/71727
describe('installs packages that include settings and mappings overrides', async () => {
describe.skip('installs packages that include settings and mappings overrides', async () => {
after(async () => {
if (server.enabled) {
// remove the package just in case it being installed will affect other tests