Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jan 13, 2020
1 parent 24b3ecb commit 51d96e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,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({
Expand Down

0 comments on commit 51d96e5

Please sign in to comment.