mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#160994)
This commit is contained in:
parent
112a0f9abf
commit
c9dc2bf308
1 changed files with 2 additions and 1 deletions
|
@ -1117,7 +1117,8 @@ describe('migration actions', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('readWithPit', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/160994
|
||||
describe.skip('readWithPit', () => {
|
||||
it('requests documents from an index using given PIT', async () => {
|
||||
const openPitTask = openPit({ client, index: 'existing_index_with_docs' });
|
||||
const pitResponse = (await openPitTask()) as Either.Right<OpenPitResponse>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue