diff options
| author | David Göransson <david.goransson90@gmail.com> | 2024-02-28 11:24:53 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-03-11 15:56:57 +0100 |
| commit | 70d54089f8958cd2002fdc4b320c966ffdcdd5e6 (patch) | |
| tree | ce7f7b63c6a08ce88e7b9018d2a49d167a082d67 /android/test/mockapi/src | |
| parent | e5d980aa99d84027d740e4a94b32680f4d24982c (diff) | |
| download | mullvadvpn-70d54089f8958cd2002fdc4b320c966ffdcdd5e6.tar.xz mullvadvpn-70d54089f8958cd2002fdc4b320c966ffdcdd5e6.zip | |
Re-enable expiry text
Diffstat (limited to 'android/test/mockapi/src')
| -rw-r--r-- | android/test/mockapi/src/main/kotlin/net/mullvad/mullvadvpn/test/mockapi/AccountExpiryMockApiTest.kt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/test/mockapi/src/main/kotlin/net/mullvad/mullvadvpn/test/mockapi/AccountExpiryMockApiTest.kt b/android/test/mockapi/src/main/kotlin/net/mullvad/mullvadvpn/test/mockapi/AccountExpiryMockApiTest.kt index 469040c4c4..b2699a2c73 100644 --- a/android/test/mockapi/src/main/kotlin/net/mullvad/mullvadvpn/test/mockapi/AccountExpiryMockApiTest.kt +++ b/android/test/mockapi/src/main/kotlin/net/mullvad/mullvadvpn/test/mockapi/AccountExpiryMockApiTest.kt @@ -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() { @@ -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" |
