Skip to content

Commit

Permalink
Add stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jun 27, 2023
1 parent b33d008 commit 44e7c94
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ const createMockStorage = () => ({
clear: jest.fn(),
});

// FLAKY: https://github.com/elastic/kibana/issues/150777
describe.skip('Transform: <DefinePivotForm />', () => {
test('Minimal initialization', async () => {
describe('Transform: <DefinePivotForm />', () => {
test.each(Array(200).fill(null))('Minimal initialization', async () => {
// Arrange
const mlSharedImports = await getMlSharedImports();

Expand Down

0 comments on commit 44e7c94

Please sign in to comment.