Bug 1082773: Disable Marionette Chrome Tests on B2G; r=me

This commit is contained in:
David Burns 2015-04-02 14:44:17 +01:00
parent 70d33fb4b5
commit e4c93e63a8
2 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
from marionette import MarionetteTestCase
from marionette.marionette_test import MarionetteTestCase, skip_if_b2g
#TODO use @skip_if_b2g when Bug 875921 is fixed
@skip_if_b2g
class TestTitleChrome(MarionetteTestCase):
def setUp(self):
MarionetteTestCase.setUp(self)
@ -30,4 +30,3 @@ class TestTitle(MarionetteTestCase):
test_html = self.marionette.absolute_url("test.html")
self.marionette.navigate(test_html)
self.assertEqual('Marionette Test', self.marionette.title)

View File

@ -124,6 +124,7 @@ b2g = false
b2g = false
[test_window_title.py]
[test_window_type.py]
b2g = false
[test_implicit_waits.py]
[test_wait.py]
[test_expected.py]
@ -152,3 +153,4 @@ b2g = false
[test_mouse_action.py]
b2g = false
[test_teardown_context_preserved.py]
b2g = false