We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48783a0 commit ca81ce8Copy full SHA for ca81ce8
1 file changed
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/get_execution_log.ts
@@ -26,7 +26,8 @@ export default function createGetExecutionLogTests({ getService }: FtrProviderCo
26
27
const dateStart = new Date(Date.now() - 600000).toISOString();
28
29
- describe('getExecutionLog', () => {
+ // FLAKY: https://github.com/elastic/kibana/issues/128225
30
+ describe.skip('getExecutionLog', () => {
31
const objectRemover = new ObjectRemover(supertest);
32
33
beforeEach(async () => {
0 commit comments