Skip to content

Commit

Permalink
ci: Make ChromeOS device available in the lab again (#6618)
Browse files Browse the repository at this point in the history
Still disabled by default until test failures are resolved.
  • Loading branch information
joeyparrish committed May 16, 2024
1 parent 1cdbbe0 commit 4a41a9a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build/shaka-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ vars:
- "--disable-background-media-suspend"
- "--disable-background-timer-throttling"
- "--disable-backgrounding-occluded-windows"
# Disable GPU acceleration to avoid contention for hardware resources
# during parallel testing and to create more stability for screenshots.
- "--disable-gpu"

safari_tp_config: &safari_tp_config
safari.options:
Expand Down Expand Up @@ -261,11 +258,12 @@ ChromecastV1:
browser: chromecast
version: v1

Chromebook:
ChromeOS:
# TODO(b/145916766): Persistent license tests failing
disabled: true
browser: chromeos
version: Pixelbook
# https://www.acer.com/us-en/desktops-and-all-in-ones/acer-chromebox/acer-chromebox-cxi3/indexnew
version: Acer-CXI3
extra_configs:
- *chromeos_config

Expand Down

0 comments on commit 4a41a9a

Please sign in to comment.