summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/devtools/addon/content/damp-tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/devtools/addon/content/damp-tests.js')
-rw-r--r--testing/talos/talos/tests/devtools/addon/content/damp-tests.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/devtools/addon/content/damp-tests.js b/testing/talos/talos/tests/devtools/addon/content/damp-tests.js
index 4a7a6fe78d..d55af15efd 100644
--- a/testing/talos/talos/tests/devtools/addon/content/damp-tests.js
+++ b/testing/talos/talos/tests/devtools/addon/content/damp-tests.js
@@ -5,6 +5,7 @@
"use strict";
const isWindows = Services.appinfo.OS === "WINNT";
+const isMacOS = Services.appinfo.OS === "Darwin";
// DAMP is split in sub-suites to run the tests faster on continuous integration.
// See the initial patches in Bug 1749928 if we need to add more suites.
@@ -232,6 +233,8 @@ module.exports = {
{
name: "browser-toolbox",
path: "toolbox/browser-toolbox.js",
+ // Bug 1881503 - disabled toolbox/browser-toolbox on windows and mac for causing permafails
+ disabled: isWindows || isMacOS,
},
{
name: "server.protocoljs",