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