skip flaky test (#75106)

This commit is contained in:
spalger 2021-01-13 09:14:39 -07:00
parent 1670d48229
commit f4a348f762

View file

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