tor-browser

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

commit d5e698f5aeecc7068a7804eccb1c1f6d7d917733
parent f2c2157368682cece6ce9031fb4bac2d923e378e
Author: Julian Descottes <jdescottes@mozilla.com>
Date:   Mon,  6 Oct 2025 16:20:15 +0000

Bug 1992673 - [wdspec] Flag element_click/navigate.py as intermittent on android not nightly r=webdriver-reviewers,jgraham

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

Diffstat:
Mtesting/web-platform/meta/webdriver/tests/classic/element_click/navigate.py.ini | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/webdriver/tests/classic/element_click/navigate.py.ini b/testing/web-platform/meta/webdriver/tests/classic/element_click/navigate.py.ini @@ -1,4 +1,6 @@ [navigate.py] [test_link_from_nested_context_with_target[_parent\]] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1992673 expected: if (os == "android") and fission and debug and not isolated_process: [PASS, FAIL] + if (os == "android") and release_or_beta and not isolated_process: [PASS, FAIL]