Skip to content

Commit ca81ce8

Browse files
committed
skip flaky suite
1 parent 48783a0 commit ca81ce8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/test/alerting_api_integration/spaces_only/tests/alerting/get_execution_log.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export default function createGetExecutionLogTests({ getService }: FtrProviderCo
2626

2727
const dateStart = new Date(Date.now() - 600000).toISOString();
2828

29-
describe('getExecutionLog', () => {
29+
// FLAKY: https://github.com/elastic/kibana/issues/128225
30+
describe.skip('getExecutionLog', () => {
3031
const objectRemover = new ObjectRemover(supertest);
3132

3233
beforeEach(async () => {

0 commit comments

Comments
 (0)