Skip to content

Commit

Permalink
skip flaky suite (#71390)
Browse files Browse the repository at this point in the history
(cherry picked from commit d0afbd8)
  • Loading branch information
spalger committed Jul 16, 2020
1 parent 5bb80fc commit 674f44c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit 674f44c

Please sign in to comment.