Skip to content

Commit

Permalink
Disable testConnectAndVerifyWithConnectionCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Aug 16, 2024
1 parent 0911a8b commit 7a76612
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import net.mullvad.mullvadvpn.test.e2e.misc.AccountTestRule
import net.mullvad.mullvadvpn.test.e2e.misc.ConnCheckState
import net.mullvad.mullvadvpn.test.e2e.misc.SimpleMullvadHttpClient
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.extension.RegisterExtension

Expand All @@ -34,6 +35,7 @@ class ConnectionTest : EndToEndTest(BuildConfig.FLAVOR_infrastructure) {
}

@Test
@Disabled
fun testConnectAndVerifyWithConnectionCheck() {
// Given
app.launchAndEnsureLoggedIn(accountTestRule.validAccountNumber)
Expand Down

0 comments on commit 7a76612

Please sign in to comment.