Skip to content

Commit

Permalink
[skip test] Skips Alerting API test due to failing ES promotion
Browse files Browse the repository at this point in the history
#71558

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jul 13, 2020
1 parent 42cb6a4 commit 439f2dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 439f2dd

Please sign in to comment.