mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#203982)
This commit is contained in:
parent
9ce5239392
commit
6154ddfac2
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esClient = getService('es');
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('_search API', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/203982
|
||||
describe.skip('_search API', () => {
|
||||
let cleanup: Function[] = [];
|
||||
|
||||
before(() => clearEntityDefinitions(esClient));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue