Skip to content

Commit

Permalink
Bug 1818349 Part 2: Update tabs TPS tests to allow using data: schema…
Browse files Browse the repository at this point in the history
… r=markh

Depends on D171181

Differential Revision: https://phabricator.services.mozilla.com/D171182
  • Loading branch information
skhamis committed Feb 28, 2023
1 parent 93865e0 commit 1643464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/tps/tps/testrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1643464

Please sign in to comment.