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:
Kevin Barabash 2015-07-22 22:12:39 -06:00
parent bd275b85d7
commit 0dc9eed1c4

View File

@ -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}"