mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix(NA): typo on describe skip
This commit is contained in:
parent
5042e84e57
commit
c9f29f2719
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue