mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-05-13 00:04:14 +08:00
Run these test only on macOS
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
//
|
||||
|
||||
import XCTest
|
||||
|
||||
#if os(macOS)
|
||||
import CoreWLAN
|
||||
#endif
|
||||
|
||||
@testable import OpenVPNAdapter
|
||||
|
||||
class OpenVPNReachabilityTests: XCTestCase {
|
||||
@@ -22,6 +26,7 @@ class OpenVPNReachabilityTests: XCTestCase {
|
||||
super.tearDown()
|
||||
}
|
||||
|
||||
#if os(macOS)
|
||||
func testReachability() {
|
||||
let wifiClient = CWWiFiClient.shared()
|
||||
guard let interface = wifiClient.interface() else {
|
||||
@@ -62,4 +67,5 @@ class OpenVPNReachabilityTests: XCTestCase {
|
||||
waitForExpectations(timeout: 30.0, handler: nil)
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user