Merge pull request #10081 from edx/clytwynec/update-bokchoy-0.4.6

Clytwynec/update bokchoy 0.4.6
This commit is contained in:
Christine Lytwynec
2015-10-08 15:45:22 -04:00
9 changed files with 112 additions and 97 deletions

View File

@@ -3,4 +3,4 @@ echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh
echo "Running explicit accessibility tests..."
SELENIUM_BROWSER=phantomjs paver test_bokchoy -d accessibility
SELENIUM_BROWSER=phantomjs paver test_bokchoy --extra_args="-a 'a11y'"

View File

@@ -172,7 +172,7 @@ END
;;
"7")
paver test_bokchoy --extra_args="-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False,shard_6=False --with-flaky"
paver test_bokchoy --extra_args="-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False,shard_6=False,a11y=False --with-flaky"
;;
# Default case because if we later define another bok-choy shard on Jenkins