diff --git a/test/rest/init.test.js b/test/rest/init.test.js index c62054aa6..aee273342 100644 --- a/test/rest/init.test.js +++ b/test/rest/init.test.js @@ -3,7 +3,7 @@ define(['ably', 'shared_helper', 'chai'], function (Ably, Helper, chai) { var expect = chai.expect; - describe('rest/init', function () { + describe.only('rest/init', function () { this.timeout(60 * 1000); before(function (done) {