mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#141002)
This commit is contained in:
parent
3487e3a221
commit
6f9933bace
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,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/141002
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue