mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 1671839 - [Fission] Enable back.py and navigate.py in Fission, r=peterv,webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D93899
This commit is contained in:
parent
900a0163dc
commit
634997cda6
@ -1,7 +1,4 @@
|
||||
[back.py]
|
||||
disabled:
|
||||
if fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1656208
|
||||
|
||||
expected:
|
||||
if (os == "linux") and not debug and webrender: ["OK", "TIMEOUT"]
|
||||
if (os == "linux") and not debug and not webrender: ["OK", "ERROR", "TIMEOUT"]
|
||||
|
@ -1,7 +1,4 @@
|
||||
[navigate.py]
|
||||
disabled:
|
||||
if fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1656208
|
||||
|
||||
[test_multi_line_link]
|
||||
expected:
|
||||
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
|
||||
|
Loading…
Reference in New Issue
Block a user