diff --git a/packages/material-ui/src/Tooltip/Tooltip.test.js b/packages/material-ui/src/Tooltip/Tooltip.test.js index c0ab73aefe04f7..7ef7564c766185 100644 --- a/packages/material-ui/src/Tooltip/Tooltip.test.js +++ b/packages/material-ui/src/Tooltip/Tooltip.test.js @@ -64,6 +64,9 @@ describe('', () => { skip: [ 'componentProp', 'componentsProp', + // There are no root + 'themeStyleOverrides', + 'themeVariants', // react-transition-group issue 'reactTestRenderer', ],