Bug 1398120 - Disable toolkit/components/extensions/test/mochitest/test-oop-extensions/test_ext_webrequest_responseBody.html on linux for frequent failures. r=me, a=testonly

This commit is contained in:
Joel Maher 2017-11-13 12:20:02 -05:00
parent fd50e2131c
commit 1b04b190fc

View File

@ -135,7 +135,7 @@ skip-if = os == 'android' && debug # bug 1397615
[test_ext_webrequest_filter.html]
[test_ext_webrequest_frameId.html]
[test_ext_webrequest_responseBody.html]
skip-if = os == 'android'
skip-if = os == 'android' || os == 'linux' # linux, bug 1398120
[test_ext_webrequest_suspend.html]
[test_ext_webrequest_upload.html]
skip-if = os == 'android' # Currently fails in emulator tests