Skip to content

Commit

Permalink
fix(e2e): add back all the end2end
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemin committed Dec 20, 2024
1 parent 0adb0cf commit 344959c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import com.android.streetworkapp.ui.navigation.Route
import com.android.streetworkapp.utils.GoogleAuthService
import com.google.firebase.auth.FirebaseAuth
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mockito.InjectMocks
Expand Down Expand Up @@ -117,7 +116,6 @@ class End2EndGeneral {
}

/** Tests everything included up to M2 except for everything that involves parks */
@Ignore("google maps API can be slow sometimes, wouldn't want the CI to fail because of this")
@Test
fun e2eNavigationAndDisplaysCorrectDetailsExceptForParks() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import io.mockk.every
import io.mockk.mockk
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
Expand Down Expand Up @@ -106,7 +105,6 @@ class End2EndParks {
IdlingRegistry.getInstance().unregister(idlingResource)
}

@Ignore("google maps API can be slow sometimes, wouldn't want the CI to fail because of this")
@Test
fun E2ECanClickParkAncAccessSpecificParkOverview() {
idlingResource.increment()
Expand Down

0 comments on commit 344959c

Please sign in to comment.