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:
Olli Pettay 2020-12-14 14:37:17 +00:00
parent 900a0163dc
commit 634997cda6
2 changed files with 0 additions and 6 deletions

View File

@ -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"]

View File

@ -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"]