skip flaky suite (#213906)

This commit is contained in:
Tiago Costa 2025-03-11 17:31:51 +00:00
parent 66f2bd9856
commit 3688821f8f
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 };