From 8ba3ef5f502b602b4bfe552df81a0d582b0b1e60 Mon Sep 17 00:00:00 2001 From: AndiAJ Date: Thu, 5 Jan 2023 16:44:19 +0200 Subject: [PATCH] [fenix] Bug 1807288 - Disable intermittent validateBaselinePing UI test --- .../java/org/mozilla/fenix/glean/BaselinePingTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/glean/BaselinePingTest.kt b/app/src/androidTest/java/org/mozilla/fenix/glean/BaselinePingTest.kt index 700dd438a9..0adf507fd9 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/glean/BaselinePingTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/glean/BaselinePingTest.kt @@ -28,6 +28,7 @@ import org.junit.Assert.assertFalse import org.junit.Assert.assertTrue import org.junit.Before import org.junit.BeforeClass +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith @@ -143,6 +144,7 @@ class BaselinePingTest { return null } + @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1807288") @Test fun validateBaselinePing() { // Wait for the app to be idle/ready.