Skip to content

Commit

Permalink
Re-enable skipped tests for unmuting an alert (#55861)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
mikecote and elasticmachine committed Jan 27, 2020
1 parent 133c299 commit 72a8da2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
}
});

// Flaky: https://github.com/elastic/kibana/issues/54125
it.skip(`should unmute all instances when unmuting an alert`, async () => {
it(`should unmute all instances when unmuting an alert`, async () => {
const testStart = new Date();
const reference = alertUtils.generateReference();
const response = await alertUtils.createAlwaysFiringAction({
Expand Down

0 comments on commit 72a8da2

Please sign in to comment.