tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 04fece249a24f5e7ba38ba9498a2fbc4ab5f4bf8
parent 1b8c5022c938c23fef509db35c1a34b6d58d5219
Author: Aaron Train <aaron.train@gmail.com>
Date:   Fri,  5 Dec 2025 20:45:27 +0000

Bug 2003993 - Disable BaselinePingTest#validateBaselinePing for frequent failures r=jajohnson

Differential Revision: https://phabricator.services.mozilla.com/D275307

Diffstat:
Mmobile/android/android-components/samples/glean/src/androidTest/java/org/mozilla/samples/glean/pings/BaselinePingTest.kt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/mobile/android/android-components/samples/glean/src/androidTest/java/org/mozilla/samples/glean/pings/BaselinePingTest.kt b/mobile/android/android-components/samples/glean/src/androidTest/java/org/mozilla/samples/glean/pings/BaselinePingTest.kt @@ -17,6 +17,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.mozilla.samples.glean.MainActivity @@ -106,6 +107,7 @@ class BaselinePingTest { return null } + @Ignore("Fails intermittently, see Bug 2003993") @Test fun validateBaselinePing() { // Wait for the app to be idle/ready.