39 lines
1.3 KiB
TOML
39 lines
1.3 KiB
TOML
[DEFAULT]
|
|
support-files = [
|
|
"head.js",
|
|
"shared-head.js"
|
|
]
|
|
|
|
["browser_ml_autofill_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_engine_multi_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_engine_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_llama_summarizer_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
skip-if = ["true"] # Bug 1952456
|
|
|
|
["browser_ml_semantic_history_search_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_smart_tab_clustering_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_smart_tab_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_speecht5_tts.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_suggest_feature_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_suggest_inference.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|
|
|
|
["browser_ml_summarizer_perf.js"]
|
|
disabled = "Disabled as we want to run this only as perftest, not regular CI"
|