[fenix] Filter out test target packages in Flank-x86 (https://github.com/mozilla-mobile/fenix/pull/20841)

* Filter out test target packages in Flank-x86
* Ignore verifyRunBlockingAndStrictModeSuppresionCount
pull/600/head
Aaron Train 3 years ago committed by GitHub
parent b498187399
commit f2fe9ae61d

@ -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