mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#161081)
This commit is contained in:
parent
679573bfd5
commit
61a743ab52
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ jest.mock('../queries/task_claiming', () => {
|
|||
const taskManagerStartSpy = jest.spyOn(TaskManagerPlugin.prototype, 'start');
|
||||
|
||||
describe('task state validation', () => {
|
||||
describe('allow_reading_invalid_state: true', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/161081
|
||||
describe.skip('allow_reading_invalid_state: true', () => {
|
||||
let esServer: TestElasticsearchUtils;
|
||||
let kibanaServer: TestKibanaUtils;
|
||||
let taskManagerPlugin: TaskManagerStartContract;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue