Skip to content

Commit

Permalink
[8.11] skip flaky suite (#168026) (#168182)
Browse files Browse the repository at this point in the history
## Summary
Backporting the skipping of
#168026 - it's also flaky there.

---------

Co-authored-by: Tiago Costa <[email protected]>
  • Loading branch information
delanni and mistic authored Oct 6, 2023
1 parent 39d391c commit 8d47e21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jest.mock('../../../../common/hooks/use_resolve_conflict', () => {
};
});

describe('Pane', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168026
describe.skip('Pane', () => {
test('renders with display block by default', async () => {
const EmptyComponent = render(
<TestProviders>
Expand Down

0 comments on commit 8d47e21

Please sign in to comment.