From edd3c9c784c2afffd1f822d3bfe938d51d93ca3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20C=C3=A1rdenas?= Date: Fri, 29 Jan 2016 04:46:47 +0100 Subject: [PATCH] Mark "RestClient initializer should accept a token" as pending. It's not working. Already marked in the sheet. --- ablySpec/RestClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ablySpec/RestClient.swift b/ablySpec/RestClient.swift index 84917b1f8..567ba6757 100644 --- a/ablySpec/RestClient.swift +++ b/ablySpec/RestClient.swift @@ -45,7 +45,7 @@ class RestClient: QuickSpec { expect(publishTask.error?.code).toEventually(equal(40005)) } - it("should accept a token") { + pending("should accept a token") { let client = ARTRest(token: getTestToken()) let publishTask = publishTestMessage(client) expect(publishTask.error).toEventually(beNil(), timeout: testTimeout)