diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-11-01 10:54:42 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-11-26 11:03:54 +0100 |
| commit | 575f1564c8ea1d1f7222ca60ab74dde872d0f874 (patch) | |
| tree | d2c7e179c593460777b8ae376b647f741f274a71 | |
| parent | b0ddb2d055062547fb686452350e10ae06ebef0b (diff) | |
| download | mullvadvpn-575f1564c8ea1d1f7222ca60ab74dde872d0f874.tar.xz mullvadvpn-575f1564c8ea1d1f7222ca60ab74dde872d0f874.zip | |
Skip testAPIConnectionViaBridges because staging bridges are down
| -rw-r--r-- | ios/MullvadVPNUITests/ConnectivityTests.swift | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/MullvadVPNUITests/ConnectivityTests.swift b/ios/MullvadVPNUITests/ConnectivityTests.swift index 32a219d05e..a1a49ffd8e 100644 --- a/ios/MullvadVPNUITests/ConnectivityTests.swift +++ b/ios/MullvadVPNUITests/ConnectivityTests.swift @@ -15,6 +15,11 @@ class ConnectivityTests: LoggedOutUITestCase { /// Verifies that the app still functions when API has been blocked func testAPIConnectionViaBridges() throws { + let skipReason = """ + This test is currently skipped because shadowsocks bridges cannot be reached + from the staging environment + """ + try XCTSkipIf(true, skipReason) firewallAPIClient.removeRules() let hasTimeAccountNumber = getAccountWithTime() |
