commit 4fa4e83399cfb50fa2d94b5a2c80d113fcd47ddb
parent 5c8d4df88e1b4de8d2379199d63dc3cc2a0cdf31
Author: Cosmin Sabou <csabou@mozilla.com>
Date: Mon, 10 Nov 2025 15:28:31 +0000
Bug 1992989 - Skip test_feature_stackwalking.js and test_merged_stacks.js on android release_or_beta. r=aryx,canaltinova,profiler-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D271902
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/profiler/tests/xpcshell/xpcshell.toml b/tools/profiler/tests/xpcshell/xpcshell.toml
@@ -82,6 +82,7 @@ skip-if = [
skip-if = [
"os == 'mac' && release_or_beta",
"os == 'linux' && release_or_beta && !debug",
+ "os == 'android' && release_or_beta", #Bug 1992989
"asan",
"tsan",
]
@@ -92,6 +93,7 @@ skip-if = [
skip-if = [
"os == 'mac' && release_or_beta",
"os == 'linux' && release_or_beta && !debug",
+ "os == 'android' && release_or_beta", #Bug 1992989
"asan",
"tsan",
]