diff options
Diffstat (limited to 'devtools/shared/tests/mochitest/chrome.ini')
-rw-r--r-- | devtools/shared/tests/mochitest/chrome.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devtools/shared/tests/mochitest/chrome.ini b/devtools/shared/tests/mochitest/chrome.ini new file mode 100644 index 000000000..85ece7c48 --- /dev/null +++ b/devtools/shared/tests/mochitest/chrome.ini @@ -0,0 +1,7 @@ +[DEFAULT] +tags = devtools +skip-if = os == 'android' + +[test_eventemitter_basic.html] +[test_devtools_extensions.html] +skip-if = os == 'linux' && debug # Bug 1205739 |