Skip flaky test

This commit is contained in:
Brian Seeders 2020-01-22 14:17:01 -05:00
parent 375f0b42a7
commit 179dba2deb
No known key found for this signature in database
GPG key ID: 424927146CC9A682

View file

@ -752,7 +752,8 @@ export default function alertTests({ getService }: FtrProviderContext) {
}
});
it(`should unmute all instances when unmuting an alert`, async () => {
// Flaky: https://github.com/elastic/kibana/issues/54125
it.skip(`should unmute all instances when unmuting an alert`, async () => {
const testStart = new Date();
const reference = alertUtils.generateReference();
const response = await alertUtils.createAlwaysFiringAction({