зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1484927 - [marionette] Temporary skip TestBackForwardNavigation.test_data_urls. r=webdriver-reviewers,ato
Maybe this test causes crashes of Firefox in [@ mozilla::ShutdownXPCOM(nsIServiceManager*)]. Due to the low intermittent rate lets get it temporarily disabled for further investigation by next week. Differential Revision: https://phabricator.services.mozilla.com/D47233 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2dda92f210
Коммит
8c0d25331a
|
@ -15,6 +15,7 @@ from marionette_harness import (
|
||||||
MarionetteTestCase,
|
MarionetteTestCase,
|
||||||
run_if_e10s,
|
run_if_e10s,
|
||||||
run_if_manage_instance,
|
run_if_manage_instance,
|
||||||
|
skip,
|
||||||
WindowManagerMixin,
|
WindowManagerMixin,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -409,6 +410,7 @@ class TestBackForwardNavigation(BaseNavigationTestCase):
|
||||||
|
|
||||||
self.run_bfcache_test(test_pages)
|
self.run_bfcache_test(test_pages)
|
||||||
|
|
||||||
|
@skip("Bug 1484927: Maybe causes crash in [@ mozilla::ShutdownXPCOM(nsIServiceManager*)]")
|
||||||
def test_data_urls(self):
|
def test_data_urls(self):
|
||||||
test_pages = [
|
test_pages = [
|
||||||
{"url": inline("<p>foobar</p>")},
|
{"url": inline("<p>foobar</p>")},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче