Skip to content

Commit

Permalink
skip flaky suite (#128065)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Mar 18, 2022
1 parent 242c5fd commit 3713296
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const testHistoryIndex = '.kibana_task_manager_test_result';

describe('scheduling and running tasks', () => {
// Failing: See https://github.com/elastic/kibana/issues/128065
describe.skip('scheduling and running tasks', () => {
beforeEach(async () => {
// clean up before each test
return await supertest.delete('/api/sample_tasks').set('kbn-xsrf', 'xxx').expect(200);
Expand Down

0 comments on commit 3713296

Please sign in to comment.