fix(NA): typo on describe skip

This commit is contained in:
Tiago Costa 2023-10-04 20:13:43 +01:00
parent 5042e84e57
commit c9f29f2719
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -39,7 +39,7 @@ jest.mock('../../../../common/hooks/use_resolve_conflict', () => {
});
// FLAKY: https://github.com/elastic/kibana/issues/168026
describ.skip('Pane', () => {
describe.skip('Pane', () => {
test('renders with display block by default', async () => {
const EmptyComponent = render(
<TestProviders>