Skip to content

Commit

Permalink
skip flaky suite (elastic#206482)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and viduni94 committed Jan 23, 2025
1 parent d572f66 commit a72af53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ describe('StorageIndexAdapter', () => {
});
});

describe('after rolling over the index manually and indexing the same document', () => {
// FLAKY: https://github.com/elastic/kibana/issues/206482
describe.skip('after rolling over the index manually and indexing the same document', () => {
beforeAll(async () => {
await client.index({ id: 'doc1', document: { foo: 'bar' } });
await rolloverIndex();
Expand Down

0 comments on commit a72af53

Please sign in to comment.