Skip to content

Commit d0afbd8

Browse files
committed
skip flaky suite (#71390)
1 parent 0a9f134 commit d0afbd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/plugin_api_integration/test_suites/task_manager/task_manager_integration.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default function ({ getService }) {
2828
const testHistoryIndex = '.kibana_task_manager_test_result';
2929
const supertest = supertestAsPromised(url.format(config.get('servers.kibana')));
3030

31-
describe('scheduling and running tasks', () => {
31+
// FLAKY: https://github.com/elastic/kibana/issues/71390
32+
describe.skip('scheduling and running tasks', () => {
3233
beforeEach(
3334
async () => await supertest.delete('/api/sample_tasks').set('kbn-xsrf', 'xxx').expect(200)
3435
);

0 commit comments

Comments
 (0)