[ML] Re-enable explorer link jest test (#116324)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Quynh Nguyen 2021-10-28 10:53:05 -05:00 committed by GitHub
parent d295156eb8
commit d4f4e64426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,7 @@ import React from 'react';
import { getRenderedHref } from '../../../../utils/testHelpers';
import { MLExplorerLink } from './MLExplorerLink';
// FLAKY: https://github.com/elastic/kibana/issues/113695
describe.skip('MLExplorerLink', () => {
describe('MLExplorerLink', () => {
it('should produce the correct URL with jobId', async () => {
const href = await getRenderedHref(
() => (