Skip to content

Commit

Permalink
skip flaky suite (elastic#201876)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 9, 2024
1 parent 9317415 commit d7f86c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jest.mock('../../../hooks/use_locator', () => {
});
const apmLocatorMock = useLocatorModule.useLocator('APM_LOCATOR')?.getUrl;

describe('useApmServiceHref hook', () => {
// FLAKY: https://github.com/elastic/kibana/issues/201876
describe.skip('useApmServiceHref hook', () => {
afterEach(() => {
jest.clearAllMocks();
});
Expand Down

0 comments on commit d7f86c0

Please sign in to comment.