Skip to content

Commit

Permalink
Re-enable mute all test now that API is no longer flaky (#55172)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote authored Jan 17, 2020
1 parent 4dd31a5 commit 66e2c72
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -662,16 +662,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
}
});

/**
* Skipping due to an issue we've discovered in the `muteAll` api
* which corrupts the apiKey and causes this test to exhibit flaky behaviour.
* Failed CIs for example:
* 1. https://github.com/elastic/kibana/issues/53690
* 2. https://github.com/elastic/kibana/issues/53683
*
* This will be fixed and reverted in PR: https://github.com/elastic/kibana/pull/53333
*/
it.skip(`shouldn't schedule actions when alert is muted`, async () => {
it(`shouldn't schedule actions when alert is muted`, async () => {
const testStart = new Date();
const reference = alertUtils.generateReference();
const response = await alertUtils.createAlwaysFiringAction({
Expand Down

0 comments on commit 66e2c72

Please sign in to comment.