Bug 1674053 - do not toggle the bookmarks toolbar in the middle of the tabswitch test, r=mconley,perftest-reviewers,kimberlythegeek

Differential Revision: https://phabricator.services.mozilla.com/D96263
This commit is contained in:
Gijs Kruitbosch 2020-11-06 22:24:14 +00:00
Родитель a403c65024
Коммит a6e8f36d35
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -476,6 +476,9 @@ class tabswitch(PageloaderTest):
"addon.test.tabswitch.urlfile": os.path.join("${talos}", "tests", "tp5o.html"),
"addon.test.tabswitch.webserver": "${webserver}",
"addon.test.tabswitch.maxurls": -1,
# Avoid the bookmarks toolbar interfering with our measurements.
# See bug 1674053 and bug 1675809 for context.
"browser.toolbars.bookmarks.visibility": "never",
}
unit = "ms"