Temporary remove unimplemted tests

This commit is contained in:
Mikhail Churbanov 2018-05-31 23:31:10 +03:00
parent cb24d2c766
commit e89b0980ef
1 changed files with 7 additions and 7 deletions

View File

@ -91,13 +91,13 @@ class Tests: XCTestCase {
wait(for: [expectation], timeout: 10.0) wait(for: [expectation], timeout: 10.0)
} }
func testAutoConfigurationUrlResolve() { // func testAutoConfigurationUrlResolve() {
XCTAssert(false) // XCTAssert(false)
} // }
//
func testAutoConfigurationScriptResolve() { // func testAutoConfigurationScriptResolve() {
XCTAssert(false) // XCTAssert(false)
} // }
func testHttpResolve() { func testHttpResolve() {
let expectation = XCTestExpectation(description: "Completion called") let expectation = XCTestExpectation(description: "Completion called")