tor-browser

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

commit 8edd09b089865a34ef87c8adccaa75b6060f6c7d
parent 3aa4f024fc89c7b3b0504433dac769029ef34db4
Author: Delia Pop <dpop@mozilla.com>
Date:   Thu, 11 Dec 2025 16:16:36 +0000

Bug 2005535 - Disable the verifyTheExtensionInstallationTest UI test r=aaronmt

Disabling the verifyTheExtensionInstallationTest UI test to further investigate the recent failures offline.

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

Diffstat:
Mmobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/MainMenuTestCompose.kt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/MainMenuTestCompose.kt b/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/MainMenuTestCompose.kt @@ -564,6 +564,7 @@ class MainMenuTestCompose : TestSetup() { } // TestRail link: https://mozilla.testrail.io/index.php?/cases/view/3080156 + @Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=2005535") @SmokeTest @Test fun verifyTheExtensionInstallationTest() {