Skip to content

Commit

Permalink
Re-enable testAccountTimeExpiredWhileUsingTheAppShouldShowOutOfTimeSc…
Browse files Browse the repository at this point in the history
…reen
  • Loading branch information
Rawa committed Feb 28, 2024
1 parent 56bf405 commit d19ee10
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import net.mullvad.mullvadvpn.test.mockapi.constant.DUMMY_DEVICE_NAME_2
import net.mullvad.mullvadvpn.test.mockapi.constant.DUMMY_ID_2
import net.mullvad.mullvadvpn.test.mockapi.util.currentUtcTimeWithOffsetZero
import net.mullvad.mullvadvpn.util.toExpiryDateString
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test

class AccountExpiryMockApiTest : MockApiTest() {
Expand Down Expand Up @@ -50,10 +49,6 @@ class AccountExpiryMockApiTest : MockApiTest() {
}

@Test
@Disabled(
"Disabled since we have a bug in the app that makes it unstable. " +
"We can restore it after the bug has been fixed"
)
fun testAccountTimeExpiredWhileUsingTheAppShouldShowOutOfTimeScreen() {
// Arrange
val validAccountToken = "1234123412341234"
Expand Down

0 comments on commit d19ee10

Please sign in to comment.