Skip to content

Commit 31d47f4

Browse files
committed
Specify why test is xit:ed
1 parent 7c6792c commit 31d47f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@ describe('Datetime', () => {
10651065
expect(onChangeFn.mock.calls[0][0].toJSON()).toEqual('2000-03-15T02:02:02.002Z');
10661066
});
10671067

1068+
// Passes locally but not on Travis
10681069
xit('when selecting year', () => {
10691070
const date = Date.UTC(2000, 0, 15, 2, 2, 2, 2),
10701071
onChangeFn = jest.fn(),

0 commit comments

Comments
 (0)