Skip to content

Commit

Permalink
no time for this
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 28, 2021
1 parent a5dca1c commit a5f9364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/material-ui/src/Drawer/Drawer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Modal from '@material-ui/core/Modal';
import Drawer, { drawerClasses as classes } from '@material-ui/core/Drawer';
import { getAnchor, isHorizontal } from './Drawer';

describe('<Drawer />', () => {
describe.only('<Drawer />', () => {
const render = createClientRender();
const mount = createMount();

Expand All @@ -33,6 +33,7 @@ describe('<Drawer />', () => {
skip: [
'componentProp',
'componentsProp',
'themeVariants',
// react-transition-group issue
'reactTestRenderer',
],
Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module.exports = function setKarmaConfig(config) {

let newConfig = baseConfig;

if (browserStack.accessKey) {
if (browserStack.accessKey && false) {
newConfig = {
...baseConfig,
browserStack,
Expand Down

0 comments on commit a5f9364

Please sign in to comment.