Skip to content

Commit 179dba2

Browse files
committed
Skip flaky test
1 parent 375f0b4 commit 179dba2

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/alerting_api_integration/security_and_spaces/tests/alerting

1 file changed

+2
-1
lines changed

x-pack/test/alerting_api_integration/security_and_spaces/tests/alerting/alerts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,8 @@ export default function alertTests({ getService }: FtrProviderContext) {
752752
}
753753
});
754754

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

0 commit comments

Comments
 (0)