Skip to content

Commit

Permalink
Filter out test target packages in Flank-x86 (mozilla-mobile#20841)
Browse files Browse the repository at this point in the history
* Filter out test target packages in Flank-x86
* Ignore verifyRunBlockingAndStrictModeSuppresionCount
  • Loading branch information
AaronMT committed Aug 13, 2021
1 parent 5a8a7f5 commit 5ff2c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions automation/taskcluster/androidTest/flank-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ff2c21

Please sign in to comment.