Drop PhantomJS test from Docker due to font issue

This commit is contained in:
Michael Mintz 2016-01-20 13:41:40 -05:00
parent 2a5786b4c2
commit d5c282e278
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/bin/bash
set -e
# Run example test from inside Docker image
echo "Running example SeleniumBase test from Docker with PhantomJS..."
cd /SeleniumBase/examples/ && nosetests my_first_test.py --config=docker_config.cfg --browser=phantomjs
exec "$@"