Skip to content

Commit 308827a

Browse files
committed
skip "should schedule actions on legacy alerts" #87010
1 parent 0ec7689 commit 308827a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
6262
});
6363
});
6464

65-
it('should schedule actions on legacy alerts', async () => {
65+
it.skip('should schedule actions on legacy alerts', async () => {
6666
const reference = `alert:migrated-to-7.10:${user.username}`;
6767
const migratedAlertId = MIGRATED_ALERT_ID[user.username];
6868

0 commit comments

Comments
 (0)