commit 21772e58f30fa27a5b9f4958505d7ace99d30088
parent 5b860ce34a5cc47618f1433d6671c90745f0a4a6
Author: Alexandra Borovova <aborovova@mozilla.com>
Date: Wed, 22 Oct 2025 12:26:11 +0000
Bug 1995548 - Update metadata for web-extensions/browser.runtime.extension.js on Linux.
Differential Revision: https://phabricator.services.mozilla.com/D269569
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testing/web-platform/meta/web-extensions/browser.runtime.extension.js.ini b/testing/web-platform/meta/web-extensions/browser.runtime.extension.js.ini
@@ -1,4 +1,5 @@
[browser.runtime.extension.html]
expected:
if os == "android": ERROR
- if (os == "linux") and tsan: [OK, ERROR]
+ if os == "linux": [OK, ERROR]
+ if os == "win": [OK, ERROR]