зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1329424 - Skip TestScreenCaptureChrome.test_capture_flags for frequent failures; r=me,test-only
This commit is contained in:
Родитель
acef1159b4
Коммит
c31f67a29a
|
@ -174,7 +174,8 @@ class TestScreenCaptureChrome(WindowManagerMixin, ScreenCaptureTestCase):
|
|||
self.marionette.close_chrome_window()
|
||||
self.marionette.switch_to_window(self.start_window)
|
||||
|
||||
@skip_if_mobile("Fennec doesn't support other chrome windows")
|
||||
# @skip_if_mobile("Fennec doesn't support other chrome windows")
|
||||
@skip("Bug 1329424 - AssertionError: u'iVBORw0KGgoA... (images unexpectedly equal)")
|
||||
def test_capture_flags(self):
|
||||
dialog = self.open_dialog()
|
||||
self.marionette.switch_to_window(dialog)
|
||||
|
|
Загрузка…
Ссылка в новой задаче