mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#191117)
This commit is contained in:
parent
4b0f142cda
commit
53b5d7c9aa
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ jest.mock('../queries/task_claiming', () => {
|
|||
|
||||
const taskManagerStartSpy = jest.spyOn(TaskManagerPlugin.prototype, 'start');
|
||||
|
||||
describe('capacity based claiming', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/191117
|
||||
describe.skip('capacity based claiming', () => {
|
||||
const taskIdsToRemove: string[] = [];
|
||||
let esServer: TestElasticsearchUtils;
|
||||
let kibanaServer: TestKibanaUtils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue