tor-browser

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

commit aba02a555d33a09bd9449f57feeff351ce7ae34a
parent 68ba957e193a49658d9466c27facb20589ef9a24
Author: florin.bilt <fbilt@mozilla.com>
Date:   Tue, 18 Nov 2025 10:17:31 +0000

Bug 1998751 -Disable unity webgl test. r=perftest-reviewers,taskgraph-reviewers,bhearsum,kshampur

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

Diffstat:
Mtaskcluster/gecko_taskgraph/target_tasks.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/taskcluster/gecko_taskgraph/target_tasks.py b/taskcluster/gecko_taskgraph/target_tasks.py @@ -768,6 +768,9 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config) # Disabled chrome responsiveness tests temporarily in bug 1898351 # due to frequent failures return False + # Bug 1961141 - Disable unity webgl for chrome windows + if "chrome-unity-webgl" in try_name and "windows11" in platform: + return False # Bug 1961145 - Disable bing-search for test-windows11-64-24h2-shippable if "windows11" in platform and "bing-search" in try_name: return False