Skip to content

Commit

Permalink
skip flaky suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 27, 2022
1 parent 48783a0 commit ca81ce8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function createGetExecutionLogTests({ getService }: FtrProviderCo

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

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

beforeEach(async () => {
Expand Down

0 comments on commit ca81ce8

Please sign in to comment.