Filter out test target packages in Flank-x86 (#20841)

* Filter out test target packages in Flank-x86
* Ignore verifyRunBlockingAndStrictModeSuppresionCount
upstream-sync
Aaron Train 3 years ago committed by GitHub
parent 5a8a7f5499
commit 5ff2c21849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@ import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.uiautomator.UiDevice
import kotlinx.android.synthetic.main.activity_home.*
import org.junit.Assert.assertEquals
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.ext.components
@ -81,6 +82,7 @@ class StartupExcessiveResourceUseTest {
private val uiDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
@Ignore("See: https://github.com/mozilla-mobile/fenix/pull/20841#issuecomment-898630241c")
@Test
fun verifyRunBlockingAndStrictModeSuppresionCount() {
uiDevice.waitForIdle() // wait for async UI to load.

@ -38,8 +38,8 @@ gcloud:
performance-metrics: true
test-targets:
- package org.mozilla.fenix.ui
- package org.mozilla.fenix.glean
- notPackage org.mozilla.fenix.screenshots
- notPackage org.mozilla.fenix.syncintegration
device:
- model: Pixel2

Loading…
Cancel
Save