Skip to content

Commit

Permalink
[test] Skips Alerting test preventing ES snapshot promotion
Browse files Browse the repository at this point in the history
elastic#71559

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jul 13, 2020
1 parent 0194f8c commit b217cb3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const retry = getService('retry');
const find = getService('find');

describe('Alert Details', function () {
// Failing ES Promotion: https://github.com/elastic/kibana/issues/71559
describe.skip('Alert Details', function () {
describe('Header', function () {
const testRunUuid = uuid.v4();
before(async () => {
Expand Down

0 comments on commit b217cb3

Please sign in to comment.