From 5ff2c2184952aeb878e9c715073385032190a962 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Fri, 13 Aug 2021 15:00:10 -0400 Subject: [PATCH] Filter out test target packages in Flank-x86 (#20841) * Filter out test target packages in Flank-x86 * Ignore verifyRunBlockingAndStrictModeSuppresionCount --- .../org/mozilla/fenix/perf/StartupExcessiveResourceUseTest.kt | 2 ++ automation/taskcluster/androidTest/flank-x86.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/perf/StartupExcessiveResourceUseTest.kt b/app/src/androidTest/java/org/mozilla/fenix/perf/StartupExcessiveResourceUseTest.kt index 5640d9166c..4e32f0de45 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/perf/StartupExcessiveResourceUseTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/perf/StartupExcessiveResourceUseTest.kt @@ -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. diff --git a/automation/taskcluster/androidTest/flank-x86.yml b/automation/taskcluster/androidTest/flank-x86.yml index a2a9f9f488..70e63a0c7e 100644 --- a/automation/taskcluster/androidTest/flank-x86.yml +++ b/automation/taskcluster/androidTest/flank-x86.yml @@ -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