Skip to content

Commit

Permalink
skip flaky suite. #139565
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 3, 2022
1 parent b913641 commit e0db0b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { createEsFileClient } from '../create_es_file_client';
import { FileClient } from '../types';
import { FileMetadata } from '../../../common';

describe('ES-index-backed file client', () => {
// FLAKY: https://github.com/elastic/kibana/issues/139565
describe.skip('ES-index-backed file client', () => {
let esClient: TestEnvironmentUtils['esClient'];
let fileClient: FileClient;
let testHarness: TestEnvironmentUtils;
Expand Down

0 comments on commit e0db0b3

Please sign in to comment.