mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
https://github.com/servo/servo/pull/36335 enabled all experimental features for all wpt tests, but `dom_serviceworker_enabled` makes all CTS tests fail, because servo reports working service worker impl, but CTS pre-setup of worker fails due too incomplete impl. The solution is that we disable service workers in CTS `__dir__.ini` (thus avoiding any CTS worker code) until impl is stable enough. Testing: This makes tests works again Fixes: #36657 --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
4 lines
No EOL
76 B
INI
Vendored
4 lines
No EOL
76 B
INI
Vendored
prefs: [
|
|
"dom_serviceworker_enabled:false",
|
|
"dom_webgpu_enabled:true",
|
|
] |