Re-enable mute all test now that API is no longer flaky (#55172)

This commit is contained in:
Mike Côté 2020-01-17 16:26:09 -05:00 committed by GitHub
parent 4dd31a50ef
commit 66e2c720fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({