From bf13c2a13121bfb58fbc41cb1df24ead5545db6c Mon Sep 17 00:00:00 2001 From: ctingue Date: Thu, 8 Dec 2016 14:01:31 -0800 Subject: [PATCH] Disable sharding for batch package The tests in this package are failing for reasons likely related to resource consumption. Sharding an expensive test within a single test runner is probably causing more harm than good, so run this test in a single shard. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141480921 --- javatests/google/registry/batch/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/javatests/google/registry/batch/BUILD b/javatests/google/registry/batch/BUILD index 721bbc87b..68e9aa962 100644 --- a/javatests/google/registry/batch/BUILD +++ b/javatests/google/registry/batch/BUILD @@ -40,7 +40,6 @@ java_library( GenTestRules( name = "GeneratedTestRules", default_test_size = "medium", - shard_count = 4, test_files = glob(["*Test.java"]), deps = [":batch"], )