Skip to content

Commit

Permalink
[Security Solution] [Detection Engine] examine `x-pack/test/api_integ…
Browse files Browse the repository at this point in the history
…ration/apis/lists/create_exception_list_item.ts` (#161941)

## Summary

- Unskip
`x-pack/test/api_integration/apis/lists/create_exception_list_item.ts`

- Addresses #151636

-  #151637
  • Loading branch information
WafaaNasr authored Jul 14, 2023
1 parent a0a83c1 commit 091643c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
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'));

after(async () => await esArchiver.unload('x-pack/test/functional/es_archives/lists'));
Expand Down

0 comments on commit 091643c

Please sign in to comment.