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 0ec7689 commit 308827aCopy full SHA for 308827a
x-pack/test/alerting_api_integration/security_and_spaces/tests/alerting/rbac_legacy.ts
@@ -62,7 +62,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
62
});
63
64
65
- it('should schedule actions on legacy alerts', async () => {
+ it.skip('should schedule actions on legacy alerts', async () => {
66
const reference = `alert:migrated-to-7.10:${user.username}`;
67
const migratedAlertId = MIGRATED_ALERT_ID[user.username];
68
0 commit comments