From 4559fe399f57076816650d3980c51bf6d0b12138 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Thu, 25 Feb 2021 18:00:37 +0100 Subject: [PATCH] remove tests that are not relevant to the tooltip --- packages/material-ui/src/Tooltip/Tooltip.test.js | 3 +++ 1 file changed, 3 insertions(+) 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', ],