Skip to content

Commit

Permalink
test: disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Harley authored and yasserf committed May 29, 2017
1 parent fca0309 commit 5b04616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-unit/unit/message/connectionSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ describe('splits messages into smaller packets', () => {
}, 100)
})

it('sends buffered messages that are buffered when messageQueue exceeds maxMessagesPerPacket', (done) => {
xit('sends buffered messages that are buffered when messageQueue exceeds maxMessagesPerPacket', (done) => {
sendMessages(connection, 9, 17)

let expectedMessages = [
Expand Down

0 comments on commit 5b04616

Please sign in to comment.