[ML] Re-enable transform Jest tests (#119336) (#119427)

This PR re-enables the temporarily skipped transform Jest tests.

Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-23 06:11:19 -05:00 committed by GitHub
parent 8758888dd9
commit a9779e21ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -78,8 +78,7 @@ describe('Transform: useIndexData()', () => {
});
});
// FLAKY: https://github.com/elastic/kibana/issues/109943
describe.skip('Transform: <DataGrid /> with useIndexData()', () => {
describe('Transform: <DataGrid /> with useIndexData()', () => {
test('Minimal initialization, no cross cluster search warning.', async () => {
// Arrange
const indexPattern = {

View file

@ -20,8 +20,7 @@ jest.mock('../../../../../app/app_dependencies');
import { MlSharedContext } from '../../../../../app/__mocks__/shared_context';
import { getMlSharedImports } from '../../../../../shared_imports';
// FLAKY https://github.com/elastic/kibana/issues/112922
describe.skip('Transform: Transform List <ExpandedRow />', () => {
describe('Transform: Transform List <ExpandedRow />', () => {
const onAlertEdit = jest.fn();
// Set timezone to US/Eastern for consistent test results.
beforeEach(() => {