Skip to content

Commit

Permalink
Option to fix #4593 in the context of #4609
Browse files Browse the repository at this point in the history
  • Loading branch information
GannaChernyshova committed Jan 6, 2022
1 parent ba3748e commit 4fcc24e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,6 @@ protected void configure() {
}
}

// Hack for new selenium-chrome image that contains Chrome 92.
// If not disabled, container startup will fail in most cases and consume excessive amounts of CPU.
if (capabilities instanceof ChromeOptions) {
ChromeOptions options = (ChromeOptions) this.capabilities;
options.addArguments("--disable-gpu");
}

if (recordingMode != VncRecordingMode.SKIP) {

if (vncRecordingDirectory == null) {
Expand Down

0 comments on commit 4fcc24e

Please sign in to comment.