Skip to content

Commit

Permalink
Disable testLoginWithInvalidCredentials
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Aug 21, 2024
1 parent 0b044c7 commit 50cebba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import net.mullvad.mullvadvpn.test.common.extension.clickAllowOnNotificationPerm
import net.mullvad.mullvadvpn.test.common.extension.findObjectWithTimeout
import net.mullvad.mullvadvpn.test.e2e.annotations.HighlyRateLimited
import net.mullvad.mullvadvpn.test.e2e.misc.AccountTestRule
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.extension.RegisterExtension

Expand All @@ -27,7 +28,7 @@ class LoginTest : EndToEndTest(BuildConfig.FLAVOR_infrastructure) {
}

@Test
@HighlyRateLimited
@Disabled("Failed login attempts are highly rate limited and cause test flakiness")
fun testLoginWithInvalidCredentials() {
// Given
val invalidDummyAccountNumber = accountTestRule.invalidAccountNumber
Expand Down

0 comments on commit 50cebba

Please sign in to comment.