Skip to content

Commit

Permalink
No issue: Disable Glean UI tests for intermittents
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT authored and mergify[bot] committed Jul 15, 2022
1 parent ff2c004 commit 347fd7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import androidx.test.ext.junit.runners.AndroidJUnit4
import mozilla.components.service.glean.testing.GleanTestLocalServer
import org.junit.Assert.assertEquals
import org.junit.Assert.assertNotNull
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
Expand All @@ -30,6 +31,7 @@ class MainActivityTest {
private val context: Context
get() = ApplicationProvider.getApplicationContext()

@Ignore("Intermittent: https://github.com/mozilla-mobile/android-components/issues/12311")
@Test
fun checkGleanClickData() {
// We don't reset the storage in this test as the GleanTestRule does not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import okhttp3.mockwebserver.RecordedRequest
import org.json.JSONObject
import org.junit.Assert.assertFalse
import org.junit.Assert.assertTrue
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
Expand Down Expand Up @@ -107,6 +108,7 @@ class BaselinePingTest {
return null
}

@Ignore("Intermittent: https://github.com/mozilla-mobile/android-components/issues/12359")
@Test
fun validateBaselinePing() {
// Wait for the app to be idle/ready.
Expand Down

0 comments on commit 347fd7d

Please sign in to comment.