Skip to content

Commit

Permalink
skip failing test suite (#195992)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 11, 2024
1 parent a75861e commit 08367e0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import { StepDefineSummary } from './step_define_summary';

jest.mock('../../../../app_dependencies');

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

0 comments on commit 08367e0

Please sign in to comment.