diff options
| author | Albin <albin@mullvad.net> | 2025-04-22 09:32:39 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-04-23 11:50:31 +0200 |
| commit | 03fe71330c94eaed2962be076981520400afe62c (patch) | |
| tree | 9937292b44c88906b9b5ba15612e503f88251564 /android | |
| parent | 78412f8c1e7a563fe2604ad6edea4b4fda1fc0ab (diff) | |
| download | mullvadvpn-03fe71330c94eaed2962be076981520400afe62c.tar.xz mullvadvpn-03fe71330c94eaed2962be076981520400afe62c.zip | |
Enable e2e leak that no longer fails
The test previously failed to find test tags in the VPN
settings lazy list. However, after changes to that screen
the test once again seem to work as expected.
Diffstat (limited to 'android')
| -rw-r--r-- | android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/LeakTest.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/LeakTest.kt b/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/LeakTest.kt index 9157e10bdc..70146e9dc4 100644 --- a/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/LeakTest.kt +++ b/android/test/e2e/src/main/kotlin/net/mullvad/mullvadvpn/test/e2e/LeakTest.kt @@ -26,7 +26,6 @@ import net.mullvad.mullvadvpn.test.e2e.misc.TrafficGenerator import net.mullvad.mullvadvpn.test.e2e.router.packetCapture.PacketCapture import net.mullvad.mullvadvpn.test.e2e.router.packetCapture.PacketCaptureResult import org.junit.jupiter.api.BeforeEach -import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test import org.junit.jupiter.api.extension.RegisterExtension @@ -171,7 +170,6 @@ class LeakTest : EndToEndTest(BuildConfig.FLAVOR_infrastructure) { @Test @HasDependencyOnLocalAPI - @Disabled("Disabled due to problems finding: lazy_list_vpn_settings_test_tag") fun testEnsureNoLeaksToSpecificHostWhenSwitchingBetweenVariousVpnSettings() = runTest { app.launch() // Obfuscation and Post-Quantum are by default set to automatic. Explicitly set to off. |
