diff --git a/app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt b/app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt index a312b110065..6039e266f36 100644 --- a/app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt +++ b/app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt @@ -50,7 +50,6 @@ import org.hamcrest.Matcher import org.hamcrest.TypeSafeMatcher 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 @@ -810,7 +809,7 @@ class StateFragmentTest { } @Test - @Ignore("Currently failing due to a regression") // TODO(#1769): Re-enable. + @RunOn(TestPlatform.ESPRESSO) // TODO(#1612): Enable for Robolectric. fun testStateFragment_loadExp_changeConfiguration_continueToEnd_hasReturnToTopicButton() { launchForExploration(TEST_EXPLORATION_ID_2).use { startPlayingExploration() @@ -841,7 +840,7 @@ class StateFragmentTest { } @Test - @Ignore("Currently failing due to a regression") // TODO(#1769): Re-enable. + @RunOn(TestPlatform.ESPRESSO) // TODO(#1612): Enable for Robolectric. fun testStateFragment_loadExp_changeConfig_continueToEnd_clickReturnToTopic_destroysActivity() { launchForExploration(TEST_EXPLORATION_ID_2).use { startPlayingExploration()