Skip to content

Commit

Permalink
skip flaky suite #(165539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 6, 2023
1 parent 28aafed commit bb96b8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ export default function ({ getService }: FtrProviderContext) {
});
});

describe('Fetch documents', () => {
// FLAKY: https://github.com/elastic/kibana/issues/165539
describe.skip('Fetch documents', () => {
const INDEX = 'test_index';
const DOCUMENT_ID = '1';
const DOCUMENT = {
Expand Down

0 comments on commit bb96b8c

Please sign in to comment.