Skip to content

Commit

Permalink
For mozilla-mobile#26932 disabled failing verifyCustomizeHomepageTest…
Browse files Browse the repository at this point in the history
… UI test
  • Loading branch information
AndiAJ authored and mergify[bot] committed Sep 12, 2022
1 parent aef6c0a commit 27e2402
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import androidx.test.uiautomator.Until
import okhttp3.mockwebserver.MockWebServer
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
Expand Down Expand Up @@ -194,6 +195,7 @@ class HomeScreenTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/26932")
@Test
fun verifyCustomizeHomepageTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
Expand Down

0 comments on commit 27e2402

Please sign in to comment.