Bug 1818349 Part 2: Update tabs TPS tests to allow using data: schema r=markh

Differential Revision: https://phabricator.services.mozilla.com/D171182
This commit is contained in:
Sammy Khamis 2023-03-07 07:42:14 +00:00
Родитель bbbee19545
Коммит 156294d776
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -79,6 +79,8 @@ class TPSTestRunner(object):
# hrm - not sure what the release/beta channels will do?
"xpinstall.signatures.required": False,
"services.sync.testing.tps": True,
# removed data: schema restriction for easier testing of tabs
"services.sync.engine.tabs.filteredSchemes": "about|resource|chrome|file|blob|moz-extension",
"engine.bookmarks.repair.enabled": False,
"extensions.experiments.enabled": True,
"webextensions.storage.sync.kinto": False,