Bug 1557569 - Disable ScreenshotTest.capturePixelsThrowsCompositorNotReady for frequent failures. r=gbrown

Differential Revision: https://phabricator.services.mozilla.com/D36901

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mihai Alexandru Michis 2019-07-04 15:27:28 +00:00
Родитель da1fd387a0
Коммит 3b33f02a03
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,7 @@ import android.support.test.filters.MediumTest
import android.support.test.runner.AndroidJUnit4
import android.view.Surface
import org.hamcrest.Matchers.*
import org.junit.Ignore
import org.junit.Assert.fail
import org.junit.Rule
import org.junit.Test
@ -101,6 +102,7 @@ class ScreenshotTest : BaseSessionTest() {
}
}
@Ignore //Disable test for frequent failures Bug 1557569
@Test
fun capturePixelsThrowsCompositorNotReady() {
expectedEx.expect(IllegalStateException::class.java)