mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#71390)
This commit is contained in:
parent
0a9f1342e2
commit
d0afbd887d
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getService }) {
|
|||
const testHistoryIndex = '.kibana_task_manager_test_result';
|
||||
const supertest = supertestAsPromised(url.format(config.get('servers.kibana')));
|
||||
|
||||
describe('scheduling and running tasks', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/71390
|
||||
describe.skip('scheduling and running tasks', () => {
|
||||
beforeEach(
|
||||
async () => await supertest.delete('/api/sample_tasks').set('kbn-xsrf', 'xxx').expect(200)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue