Skip to content

Commit

Permalink
skipping timeout test. See issue: nock/nock#754
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaqai committed Nov 23, 2016
1 parent 9d43802 commit 0d274b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/opentok-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('when a user agent addendum is needed', function () {
});
});

describe('when there is too much network latency', function () {
describe.skip('when there is too much network latency', function () {
beforeEach(function () {
this.opentok = new OpenTok(apiKey, apiSecret);
});
Expand Down

0 comments on commit 0d274b0

Please sign in to comment.