[skip test] Skips Alerting API test due to failing ES promotion

https://github.com/elastic/kibana/issues/71558

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-07-13 15:19:50 -07:00
parent 42cb6a4a26
commit 439f2dd047

View file

@ -29,7 +29,8 @@ export default function createUpdateTests({ getService }: FtrProviderContext) {
.then((response: SupertestResponse) => response.body);
}
describe('update', () => {
// Failing ES promotion: https://github.com/elastic/kibana/issues/71558
describe.skip('update', () => {
const objectRemover = new ObjectRemover(supertest);
after(() => objectRemover.removeAll());