commit 4d0a4dcdca4016a564229b5ab3500e229f16b191
parent 4f81611330f24e7ab456065843c119bf09eef684
Author: Vincent Hilla <vhilla@mozilla.com>
Date: Mon, 24 Nov 2025 11:56:55 +0200
Bug 2001930 - Disable test_eme_wv_privacy.html on android for perma-failing. r=hsivonen
This test started failing on android when landing bug 543435.
Bug 2001935 tracks re-enabling the test.
Differential Revision: https://phabricator.services.mozilla.com/D273781
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/dom/media/test/mochitest_eme.toml b/dom/media/test/mochitest_eme.toml
@@ -790,3 +790,6 @@ skip-if = [
["test_eme_wv_privacy.html"]
scheme = "https"
+skip-if = [
+ "os == 'android'", # Bug 2001935
+]