diff --git a/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/step_define_form.test.tsx b/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/step_define_form.test.tsx
index ea19ddad91825..25cd4bdc4cf46 100644
--- a/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/step_define_form.test.tsx
+++ b/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/step_define_form.test.tsx
@@ -63,9 +63,8 @@ const createMockStorage = () => ({
clear: jest.fn(),
});
-// FLAKY: https://github.com/elastic/kibana/issues/150777
-describe.skip('Transform: ', () => {
- test('Minimal initialization', async () => {
+describe('Transform: ', () => {
+ test.each(Array(200).fill(null))('Minimal initialization', async () => {
// Arrange
const mlSharedImports = await getMlSharedImports();