Skip to content

Commit 3cd44b0

Browse files
committed
choire: skip flaky test
1 parent 432e0f8 commit 3cd44b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hot.dev.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ describe('hot (dev)', () => {
6666
wrapper.unmount()
6767
})
6868

69-
it('should redraw component on HRM', done => {
69+
// this test is very flaky
70+
it.skip('should redraw component on HRM', done => {
7071
const callbacks = []
7172
const sourceModule = {
7273
id: 'error42',

0 commit comments

Comments
 (0)