From 171ba487b9f49c5f84b7ce6388f7f79388d5625a Mon Sep 17 00:00:00 2001 From: Christine Lytwynec Date: Fri, 20 Feb 2015 11:54:29 -0500 Subject: [PATCH] skip paver bokchoy_coverage in jenkins --- scripts/all-tests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 1aa96a824a..3534271f90 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -159,27 +159,22 @@ END "all") paver test_bokchoy - paver bokchoy_coverage ;; "1") paver test_bokchoy --extra_args="-a shard_1" - paver bokchoy_coverage ;; "2") paver test_bokchoy --extra_args="-a 'shard_2'" - paver bokchoy_coverage ;; "3") paver test_bokchoy --extra_args="-a 'shard_3'" - paver bokchoy_coverage ;; "4") paver test_bokchoy --extra_args="-a shard_1=False,shard_2=False,shard_3=False" - paver bokchoy_coverage ;; # Default case because if we later define another bok-choy shard on Jenkins