Skip to content

Commit 561ede4

Browse files
committed
disable Modal tests
1 parent b28ac66 commit 561ede4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ModalSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { render, shouldWarn } from './helpers';
1111

1212
const $ = componentOrNode => jQuery(ReactDOM.findDOMNode(componentOrNode));
1313

14-
describe('Modal', function () {
14+
xdescribe('Modal', function () {
1515
let mountPoint;
1616

1717
beforeEach(()=>{
@@ -26,7 +26,7 @@ describe('Modal', function () {
2626
}
2727
});
2828

29-
it('Should render the modal content', function() {
29+
xit('Should render the modal content', function() {
3030
let instance = render(
3131
<Modal show>
3232
<strong>Message</strong>

0 commit comments

Comments
 (0)