Skip to content

Commit 4223bb3

Browse files
authored
Removing disable-gpu flag (#1382)
1 parent bdec94a commit 4223bb3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

NodeChrome/wrap_chrome_binary

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ mv "$WRAPPER_PATH" "$BASE_PATH"
66

77
cat > "$WRAPPER_PATH" <<_EOF
88
#!/bin/bash
9-
# --disable-gpu is temporal due to:
10-
# https://github.com/SeleniumHQ/docker-selenium/issues/1346
11-
# https://bugs.chromium.org/p/chromium/issues/detail?id=1228625
12-
# we'll remove it when it is fixed
139
# Note: exec -a below is a bashism.
14-
exec -a "\$0" "$BASE_PATH" --no-sandbox --disable-gpu "\$@"
10+
exec -a "\$0" "$BASE_PATH" --no-sandbox "\$@"
1511
_EOF
1612
chmod +x "$WRAPPER_PATH"

0 commit comments

Comments
 (0)