Skip to content

Commit

Permalink
skip flaky test (#42098)
Browse files Browse the repository at this point in the history
(cherry picked from commit 02eeff5)
  • Loading branch information
spalger committed Jul 31, 2019
1 parent 5da63f9 commit edcce0c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getService }) {
const testHistoryIndex = '.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/42098
describe.skip('scheduling and running tasks', () => {
beforeEach(() => supertest.delete('/api/sample_tasks')
.set('kbn-xsrf', 'xxx')
.expect(200));
Expand Down

0 comments on commit edcce0c

Please sign in to comment.