Skip to content

Commit

Permalink
Temporarily disable RestClientStats tests.
Browse files Browse the repository at this point in the history
Until #142 is addressed, to avoid blocking the test suite.
  • Loading branch information
tcard committed Jan 20, 2016
1 parent 9700577 commit 95a0e94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ablySpec/RestClient.stats.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ class RestClientStats: QuickSpec {
describe("RestClient") {
// RSC6
context("stats") {

This comment has been minimized.

Copy link
@ricardopereira

ricardopereira Jan 20, 2016

Contributor

You can mark it as pending: Quick/Quick#16. Just change the context function with pending.

This comment has been minimized.

Copy link
@tcard

tcard Jan 20, 2016

Author Contributor

Done at a65a09c

// Temporarily disabled until #https://github.com/ably/ably-ios/issues/142
// is figured out.
return

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

0 comments on commit 95a0e94

Please sign in to comment.