Revert "DEV: Improve performance of system tests by disabling GPU in chrome (#21882)" (#21888)

This reverts commit 128d67ba5633e62cbdb9e856b2728d9cde9a457d.

Doesn't seem to have any impact on CI
This commit is contained in:
Alan Guo Xiang Tan 2023-06-01 23:05:04 +09:00 committed by GitHub
parent c3a734380e
commit 0d0ca075a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,7 +650,6 @@ def apply_base_chrome_options(options)
options.add_argument("--disable-dev-shm-usage")
options.add_argument("--mute-audio")
options.add_argument("--force-device-scale-factor=1")
options.add_argument("--disable-gpu")
end
class SpecSecureRandom