Disable chrome screenshotter tests until we can determine why it's producing different results.
Test Plan: - run `make screenshots` and verify that it doesn't start the chrome docker image Auditors: alpert, emily
This commit is contained in:
parent
bd275b85d7
commit
0dc9eed1c4
|
@ -8,7 +8,7 @@
|
|||
# directly.
|
||||
|
||||
status=0
|
||||
for browserTag in firefox:2.46.0 chrome:2.46.0; do
|
||||
for browserTag in firefox:2.46.0; do
|
||||
browser=${browserTag%:*}
|
||||
image=selenium/standalone-${browserTag}
|
||||
echo "Starting container for ${image}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user