mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#213905)
This commit is contained in:
parent
697d604870
commit
66f2bd9856
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ describe('notesSlice', () => {
|
|||
expect(notesReducer(initalEmptyState, { type: 'unknown' })).toEqual(initalEmptyState);
|
||||
});
|
||||
|
||||
describe('fetchNotesByDocumentIds', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/213905
|
||||
describe.skip('fetchNotesByDocumentIds', () => {
|
||||
it('should set correct status state when fetching notes by document ids', () => {
|
||||
const action = { type: fetchNotesByDocumentIds.pending.type };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue