skip flaky suite (#120730)

This commit is contained in:
spalger 2021-12-28 08:46:39 -06:00
parent 6b7f3df72c
commit c395fb9783

View file

@ -56,7 +56,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const testHistoryIndex = '.kibana_task_manager_test_result';
describe('scheduling and running tasks', () => {
// FLAKY: https://github.com/elastic/kibana/issues/120730
describe.skip('scheduling and running tasks', () => {
beforeEach(async () => {
// clean up before each test
return await supertest.delete('/api/sample_tasks').set('kbn-xsrf', 'xxx').expect(200);