www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 0dc9eed1c42ab111b1ba1d795270e579d4b423cc
parent bd275b85d7c0b9c68d7b760086140c3b3385d288
Author: Kevin Barabash <kevinb@khanacademy.org>
Date:   Wed, 22 Jul 2015 22:12:39 -0600

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

Diffstat:
Mdockers/Screenshotter/screenshotter.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockers/Screenshotter/screenshotter.sh b/dockers/Screenshotter/screenshotter.sh @@ -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}"