Bug 981701 - disable two perma failing tests on linux debug ec2 so we can run browser chrome on ec2 machines. r=jgriffin

This commit is contained in:
Joel Maher 2014-03-11 05:22:09 -04:00
parent 8343f17838
commit bf6a742277
2 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,7 @@ skip-if = true # Bug 921984, hopefully fixed by bug 930202
[browser_tabview_bug628887.js]
[browser_tabview_bug629189.js]
[browser_tabview_bug629195.js]
skip-if = os == 'linux'&&debug # bug 981703
[browser_tabview_bug630102.js]
[browser_tabview_bug630157.js]
skip-if = true # Bug 922422

View File

@ -25,3 +25,5 @@ support-files =
[browser_css_autocompletion.js]
[browser_css_statemachine.js]
[browser_vimemacs.js]
skip-if = os == 'linux'&&debug # bug 981707