mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[Security Solution] [Detection Engine] examine x-pack/test/api_integration/apis/lists/create_exception_list_item.ts
(#161941)
## Summary - Unskip `x-pack/test/api_integration/apis/lists/create_exception_list_item.ts` - Addresses https://github.com/elastic/kibana/issues/151636 - https://github.com/elastic/kibana/issues/151637
This commit is contained in:
parent
a0a83c1d3c
commit
091643c9a9
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
|
||||||
export default function ({ getService }: FtrProviderContext) {
|
export default function ({ getService }: FtrProviderContext) {
|
||||||
const esArchiver = getService('esArchiver');
|
const esArchiver = getService('esArchiver');
|
||||||
const supertest = getService('supertest');
|
const supertest = getService('supertest');
|
||||||
// Failing: See https://github.com/elastic/kibana/issues/151636
|
|
||||||
describe.skip('Lists API', () => {
|
describe('Lists API', () => {
|
||||||
before(async () => await esArchiver.load('x-pack/test/functional/es_archives/lists'));
|
before(async () => await esArchiver.load('x-pack/test/functional/es_archives/lists'));
|
||||||
|
|
||||||
after(async () => await esArchiver.unload('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