Skip to content

Commit

Permalink
skip flaky suite (#196765)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2024
1 parent e818b7e commit bd98675
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export default function ({ getService }: FtrProviderContext) {
});
});

describe('List', () => {
// FLAKY: https://github.com/elastic/kibana/issues/196765
describe.skip('List', () => {
it('returns existing databases', async () => {
const { body } = await supertest.get(url).set('kbn-xsrf', 'xxx').expect(200);
expect(body).to.eql([
Expand Down

0 comments on commit bd98675

Please sign in to comment.