mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#151636)
This commit is contained in:
parent
d60107467d
commit
07a341277e
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
|
|||
export default function ({ getService }: FtrProviderContext) {
|
||||
const esArchiver = getService('esArchiver');
|
||||
const supertest = getService('supertest');
|
||||
describe('Lists API', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/151636
|
||||
describe.skip('Lists API', () => {
|
||||
before(async () => await esArchiver.load('x-pack/test/functional/es_archives/lists'));
|
||||
|
||||
after(async () => await esArchiver.unload('x-pack/test/functional/es_archives/lists'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue