diff --git a/YepUITests/YepUITests.swift b/YepUITests/YepUITests.swift index 3b396768f..aca438e91 100644 --- a/YepUITests/YepUITests.swift +++ b/YepUITests/YepUITests.swift @@ -6,6 +6,7 @@ // Copyright © 2016年 Catch Inc. All rights reserved. // +#if UI_TESTS import XCTest final class YepUITests: XCTestCase { @@ -217,4 +218,5 @@ final class YepUITests: XCTestCase { app.buttons["Cancel"].tap() } } +#endif