Skip to content

Commit

Permalink
Bug 1670267 - Enable now-passing verticalClippingSucceeds test. r=gec…
Browse files Browse the repository at this point in the history
…koview-reviewers,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D206471
  • Loading branch information
jamienicol committed Apr 4, 2024
1 parent 9b7775a commit b2f16cf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import androidx.test.filters.MediumTest
import org.hamcrest.Matchers
import org.hamcrest.Matchers.equalTo
import org.hamcrest.Matchers.notNullValue
import org.junit.Assume.assumeThat
import org.junit.Test
import org.junit.runner.RunWith
import org.mozilla.geckoview.GeckoResult
Expand Down Expand Up @@ -71,8 +70,6 @@ class VerticalClippingTest : BaseSessionTest() {
@WithDisplay(height = SCREEN_HEIGHT, width = SCREEN_WIDTH)
@Test
fun verticalClippingSucceeds() {
// Disable failing test on Webrender. Bug 1670267
assumeThat(sessionRule.env.isWebrender, equalTo(false))
sessionRule.display?.setVerticalClipping(45)
mainSession.loadTestPath(FIXED_BOTTOM)
sessionRule.waitUntilCalled(object : ContentDelegate {
Expand Down

0 comments on commit b2f16cf

Please sign in to comment.