Skip to content

Commit

Permalink
skip flaky suite (#198664)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 13, 2024
1 parent ae7e554 commit 9c57157
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function createTaskManagementScheduledAtTests({ getService }: Ftr
const esArchiver = getService('esArchiver');
const retry = getService('retry');

describe('task management scheduled at', () => {
// FLAKY: https://github.com/elastic/kibana/issues/198664
describe.skip('task management scheduled at', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/task_manager_tasks');
});
Expand Down

0 comments on commit 9c57157

Please sign in to comment.