Skip to content

Commit

Permalink
re-enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Oct 11, 2024
1 parent e10b330 commit 7ab30e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { StepDefineSummary } from './step_define_summary';
jest.mock('../../../../app_dependencies');

// Failing: https://github.com/elastic/kibana/issues/195992
describe.skip('Transform: <DefinePivotSummary />', () => {
describe('Transform: <DefinePivotSummary />', () => {
// Using the async/await wait()/done() pattern to avoid act() errors.
test('Minimal initialization', async () => {
// Arrange
Expand Down

0 comments on commit 7ab30e7

Please sign in to comment.