Bug 900551 - Disable bluetooth push and tethering tests until Bug 1058158 is fixed; r=jaliu

This commit is contained in:
Kyle Machulis 2014-08-27 21:01:30 -07:00
parent 43b3505bd7
commit f2437414d9
2 changed files with 5 additions and 0 deletions

View File

@ -4,9 +4,13 @@ browser = false
qemu = true
[test_navigate_to_default_url.py]
disabled = https://bugzilla.mozilla.org/show_bug.cgi?id=1058158
[test_dom_BluetoothManager_enabled.js]
[test_dom_BluetoothManager_adapteradded.js]
[test_dom_BluetoothAdapter_setters.js]
[test_dom_BluetoothAdapter_getters.js]
[test_dom_BluetoothAdapter_discovery.js]
[test_dom_BluetoothAdapter_pair.js]
disabled = https://bugzilla.mozilla.org/show_bug.cgi?id=1058158

View File

@ -4,3 +4,4 @@ browser = false
qemu = true
[test_wifi_tethering_enabled.js]
disabled = https://bugzilla.mozilla.org/show_bug.cgi?id=1058158