Skip to content

Commit

Permalink
skip flaky suite (#151636)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 15, 2024
1 parent f7098f3 commit 3695f09
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertest = getService('supertest');

describe('Lists API', () => {
// FLAKY: 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'));
Expand Down

0 comments on commit 3695f09

Please sign in to comment.