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)
}
func testAutoConfigurationUrlResolve() {
XCTAssert(false)
}
func testAutoConfigurationScriptResolve() {
XCTAssert(false)
}
// func testAutoConfigurationUrlResolve() {
// XCTAssert(false)
// }
//
// func testAutoConfigurationScriptResolve() {
// XCTAssert(false)
// }
func testHttpResolve() {
let expectation = XCTestExpectation(description: "Completion called")