We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9f134 commit d0afbd8Copy full SHA for d0afbd8
x-pack/test/plugin_api_integration/test_suites/task_manager/task_manager_integration.js
@@ -28,7 +28,8 @@ export default function ({ getService }) {
28
const testHistoryIndex = '.kibana_task_manager_test_result';
29
const supertest = supertestAsPromised(url.format(config.get('servers.kibana')));
30
31
- describe('scheduling and running tasks', () => {
+ // FLAKY: https://github.com/elastic/kibana/issues/71390
32
+ describe.skip('scheduling and running tasks', () => {
33
beforeEach(
34
async () => await supertest.delete('/api/sample_tasks').set('kbn-xsrf', 'xxx').expect(200)
35
);
0 commit comments