We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375f0b4 commit 179dba2Copy full SHA for 179dba2
x-pack/test/alerting_api_integration/security_and_spaces/tests/alerting/alerts.ts
@@ -752,7 +752,8 @@ export default function alertTests({ getService }: FtrProviderContext) {
752
}
753
});
754
755
- it(`should unmute all instances when unmuting an alert`, async () => {
+ // Flaky: https://github.com/elastic/kibana/issues/54125
756
+ it.skip(`should unmute all instances when unmuting an alert`, async () => {
757
const testStart = new Date();
758
const reference = alertUtils.generateReference();
759
const response = await alertUtils.createAlwaysFiringAction({
0 commit comments