skip failing test suite (#141002)

This commit is contained in:
Kibana Machine 2022-09-20 06:22:38 -06:00
parent 3487e3a221
commit 6f9933bace

View file

@ -54,7 +54,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const testHistoryIndex = '.kibana_task_manager_test_result';
describe('scheduling and running tasks', () => {
// Failing: See https://github.com/elastic/kibana/issues/141002
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);