Skip to content

Commit

Permalink
Merge pull request #144 from ably/disable-stats
Browse files Browse the repository at this point in the history
Temporarily disable RestClientStats tests.
  • Loading branch information
tcard committed Jan 20, 2016
2 parents 9700577 + a65a09c commit 8e3c4c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ablySpec/RestClient.stats.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ class RestClientStats: QuickSpec {
override func spec() {
describe("RestClient") {
// RSC6
context("stats") {
pending("stats") {
// Temporarily disabled until #https://github.com/ably/ably-ios/issues/142
// is figured out.

// RSC6a
context("result") {
let calendar = NSCalendar(identifier: NSCalendarIdentifierGregorian)!
Expand Down

0 comments on commit 8e3c4c9

Please sign in to comment.