Skip to content

Commit

Permalink
disable ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Aug 15, 2016
1 parent cb6c6bd commit 599d2a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions YepUITests/YepUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright © 2016年 Catch Inc. All rights reserved.
//

#if UI_TESTS
import XCTest

final class YepUITests: XCTestCase {
Expand Down Expand Up @@ -217,4 +218,5 @@ final class YepUITests: XCTestCase {
app.buttons["Cancel"].tap()
}
}
#endif

0 comments on commit 599d2a3

Please sign in to comment.