mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This PR re-enables the temporarily skipped transform Jest tests. Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
This commit is contained in:
parent
8758888dd9
commit
a9779e21ed
2 changed files with 2 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue