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 a3b9a08 commit b770327Copy full SHA for b770327
x-pack/test/api_integration/apis/endpoint/alerts.ts
@@ -68,7 +68,8 @@ export default function ({ getService }: FtrProviderContext) {
68
69
let nullableEventId = '';
70
71
- describe('Endpoint alert API', () => {
+ // SKIPPED as it is failing ES PROMOTION: https://github.com/elastic/kibana/issues/68613
72
+ describe.skip('Endpoint alert API', () => {
73
describe('when data is in elasticsearch', () => {
74
before(async () => {
75
await esArchiver.load('endpoint/alerts/api_feature');
0 commit comments