This is not the most elegant solution, but should work as well as the previous setup. Differential Revision: https://phabricator.services.mozilla.com/D229969
22 lines
476 B
TOML
22 lines
476 B
TOML
[DEFAULT]
|
|
prefs = ["browser.ml.modelHubRootUrl='chrome://mochitests/content/browser/toolkit/components/ml/tests/browser/data'"]
|
|
support-files = [
|
|
"head.js",
|
|
"data/**/*.*"
|
|
]
|
|
|
|
["browser_ml_cache.js"]
|
|
|
|
["browser_ml_end_to_end.js"]
|
|
skip-if = [
|
|
"coverage", # Skips if running under test-coverage
|
|
"verify && e10s", # Skips if running under test-verify
|
|
"os == 'win'" # see Bug 1920007
|
|
]
|
|
|
|
["browser_ml_engine.js"]
|
|
|
|
["browser_ml_engine_process.js"]
|
|
|
|
["browser_ml_utils.js"]
|