mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky test (#75106)
This commit is contained in:
parent
1670d48229
commit
f4a348f762
1 changed files with 2 additions and 1 deletions
|
@ -219,7 +219,8 @@ describe('CustomLink', () => {
|
|||
expect(saveCustomLinkSpy).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
|
||||
it('deletes a custom link', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/75106
|
||||
it.skip('deletes a custom link', async () => {
|
||||
const mockContext = getMockAPMContext({ canSave: true });
|
||||
const component = render(
|
||||
<LicenseContext.Provider value={goldLicense}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue